Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 621 Bytes

ARDUINO.md

File metadata and controls

26 lines (14 loc) · 621 Bytes

Arduino commands

'1' - Send humidity

'2' - Send pressure

'3' - Send temperature

'4' - Send wind direction

'5' - Send wind

'6' - Send gust

'7' - Send rainfall

'E' - Left for future implementation, will simply print "not implmented yet"

'T' - Prints arduino time in milliseconds

'L' - Prints longest loop time in microseconds since last check, must never exceed 20 ms, but ideally never longer than 10 ms.

'M' - Left for future implementation, will simply print "not implmented yet"

'R' - Force software reset, will also print "Reseting"

Any other character will simply print "NCC" (not command character)