13-12-2015, 11:36
Hi,
Is there a way to reset the eeprom of the TX board to clear false rain reading ?
Is there a way to reset the eeprom of the TX board to clear false rain reading ?
#include <EEPROM.h>
void setup() {
EEPROM.write(12, 0x00);
}
void loop() {
}