...
Issuing and I2C write command followed by the byte below with prepare the device to load a proper response when read.
Command Byte | Function |
---|---|
0x10 | Reset Read counter 0 - wind counter |
0x11 | Read Reset counter 0 - wind counter |
0x12 | Read max wind speed |
0x13 | Reset max wind speed |
0x20 | Reset Read counter 1 - rain counter |
0x21 | Read Reset counter 1 - rain counter |
0x30 | LED on |
0x31 | LED off |
0x32 | LED toggle state |
Read Response Register
Issuing I2C read command followed will read the response register. Context of response is based on write command byte received.
...