jarzebski / Arduino-INA226

INA226 Bi-directional Current/Power Monitor Arduino Librar
MIT License
51 stars 46 forks source link

unnessesary delay(1) in INA226::readRegister16(uint8_t reg) #2

Closed Alex-Ga closed 1 year ago

Alex-Ga commented 7 years ago

There is a blocking wait for one millisecond, that results in a maximal sampel frequency lower than 1kHz.

jarzebski commented 1 year ago

solved in next release