diff options
author | vishnueaswaran | 2019-07-19 13:11:54 +0530 |
---|---|---|
committer | vishnueaswaran | 2019-07-19 13:11:54 +0530 |
commit | 8fee690e428db1183e028dd8b832e06a367c89cc (patch) | |
tree | 370dc92af1aa8f8ebd55d39dc42aad7b22924c9f /Resources/OpenPLCv2/firmware/ADC.test.arduino/one/libraries | |
parent | 4a1414b2f3e4f98244ac624b14604458e850e6cd (diff) | |
download | OpenPLC-8fee690e428db1183e028dd8b832e06a367c89cc.tar.gz OpenPLC-8fee690e428db1183e028dd8b832e06a367c89cc.tar.bz2 OpenPLC-8fee690e428db1183e028dd8b832e06a367c89cc.zip |
unknown changes!
Diffstat (limited to 'Resources/OpenPLCv2/firmware/ADC.test.arduino/one/libraries')
-rwxr-xr-x[-rw-r--r--] | Resources/OpenPLCv2/firmware/ADC.test.arduino/one/libraries/vishnuADC.cpp | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | Resources/OpenPLCv2/firmware/ADC.test.arduino/one/libraries/vishnuADC.h | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/Resources/OpenPLCv2/firmware/ADC.test.arduino/one/libraries/vishnuADC.cpp b/Resources/OpenPLCv2/firmware/ADC.test.arduino/one/libraries/vishnuADC.cpp index 01d6931..01d6931 100644..100755 --- a/Resources/OpenPLCv2/firmware/ADC.test.arduino/one/libraries/vishnuADC.cpp +++ b/Resources/OpenPLCv2/firmware/ADC.test.arduino/one/libraries/vishnuADC.cpp diff --git a/Resources/OpenPLCv2/firmware/ADC.test.arduino/one/libraries/vishnuADC.h b/Resources/OpenPLCv2/firmware/ADC.test.arduino/one/libraries/vishnuADC.h index 2f2e7c5..33b0fb5 100644..100755 --- a/Resources/OpenPLCv2/firmware/ADC.test.arduino/one/libraries/vishnuADC.h +++ b/Resources/OpenPLCv2/firmware/ADC.test.arduino/one/libraries/vishnuADC.h @@ -65,7 +65,7 @@ class ADS1118 { union Config configRegister; ///< Config register //Bit constants - const long int SCLK = 4000000;///< ADS1118 SCLK frequency: 4000000 Hz Maximum for ADS1018 (4Mhz) + const long int SCLK = 1000000;///< ADS1118 SCLK frequency: 4000000 Hz Maximum for ADS1018 (4Mhz) // Used by "SS" bit const uint8_t START_NOW = 1; ///< Start of conversion in single-shot mode |