Skip to content
Snippets Groups Projects
Unverified Commit cf3b88f8 authored by simoschip2000's avatar simoschip2000 Committed by GitHub
Browse files

Update INA219_WE.h

Removed unnecessary comment.
parent 7d744281
No related branches found
No related tags found
No related merge requests found
......@@ -104,7 +104,7 @@ class INA219_WE
float getCurrent_mA();
float getBusPower();
bool getOverflow();
bool getConversionReady(); //Note: ConversionReady only gets reset if getBusPower is called (or the Configuration Register is written somehow)!
bool getConversionReady();
void startSingleMeasurement();
bool startSingleMeasurement(unsigned long timeout_us);
void powerDown();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment