reef-pi / drivers

Various sensors, controller and IC drivers for reef-pi
Other
5 stars 17 forks source link

(bug)ph_board: Read from conversion register at address 0 #16

Closed theatrus closed 5 years ago

theatrus commented 5 years ago

The ADS1115 has no register 0x10, so writes to 0x10 are technically in a reserved bit mask. Based on the documentation, 0x0 is the conversion register to utilize.

ranjib commented 5 years ago

@theatrus did you test this with the pico board?