Write Command Listing
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 | Read counter 0 - wind counter |
0x11 | Reset counter 0 - wind counter |
0x12 | Read max wind speed |
0x13 | Reset max wind speed |
0x20 | Read counter 1 - rain counter |
0x21 | Reset counter 1 - rain counter |
Read Response Register
Issuing I2C read command followed will read the response register. Context of response is based on write command byte received.
<length> <payload> <checksum??>