Skip to content

Commit

Permalink
Clarified a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
eadf committed Mar 22, 2016
1 parent e015dac commit 2298ccf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Arduino/ADS1115/ADS1115.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ bool ADS1115::isConversionReady() {
return !!buffer[0];
}
/** Set operational status.
* This bit can only be written while in power-down mode (no conversions active).
* Writing to this bit will only have effect while in power-down mode (no conversions active).
* @see ADS1115_RA_CONFIG
* @see ADS1115_CFG_OS_BIT
*/
Expand Down

0 comments on commit 2298ccf

Please sign in to comment.