diff options
author | Wolfgang (Wolle) Ewald <wolfgang.ewald@wolles-elektronikkiste.de> | 2020-07-25 21:36:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-25 21:36:50 +0200 |
commit | 7e9f330ee22d3c3d19aae0aaabb322a408f63a20 (patch) | |
tree | be1f864d96a9a948c58684c34e385e24ddf6c97f /examples | |
parent | Update Single_Shot_Conv_Ready_Controlled.ino (diff) | |
download | ADS1115_WE-7e9f330ee22d3c3d19aae0aaabb322a408f63a20.tar ADS1115_WE-7e9f330ee22d3c3d19aae0aaabb322a408f63a20.tar.gz ADS1115_WE-7e9f330ee22d3c3d19aae0aaabb322a408f63a20.tar.bz2 ADS1115_WE-7e9f330ee22d3c3d19aae0aaabb322a408f63a20.tar.lz ADS1115_WE-7e9f330ee22d3c3d19aae0aaabb322a408f63a20.tar.xz ADS1115_WE-7e9f330ee22d3c3d19aae0aaabb322a408f63a20.tar.zst ADS1115_WE-7e9f330ee22d3c3d19aae0aaabb322a408f63a20.zip |
Diffstat (limited to 'examples')
-rw-r--r-- | examples/Single_Shot_Conv_Ready_Alert_Controlled/Single_Shot_Conv_Ready_Alert_Controlled.ino | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Single_Shot_Conv_Ready_Alert_Controlled/Single_Shot_Conv_Ready_Alert_Controlled.ino b/examples/Single_Shot_Conv_Ready_Alert_Controlled/Single_Shot_Conv_Ready_Alert_Controlled.ino index 33ce2f3..16a98a0 100644 --- a/examples/Single_Shot_Conv_Ready_Alert_Controlled/Single_Shot_Conv_Ready_Alert_Controlled.ino +++ b/examples/Single_Shot_Conv_Ready_Alert_Controlled/Single_Shot_Conv_Ready_Alert_Controlled.ino @@ -74,7 +74,7 @@ void setup() { * ADS1115_475_SPS
* ADS1115_860_SPS
*/
- adc.setConvRate(ADS1115_8_SPS); //comment line/change paramater to change SPS
+ adc.setConvRate(ADS1115_8_SPS); //comment line/change parameter to change SPS
/* Set continous or single shot mode:
*
|