summaryrefslogtreecommitdiff
path: root/Resources/OpenPLCv2/firmware/ADC.test.arduino/one/libraries
diff options
context:
space:
mode:
authorvishnueaswaran2019-07-19 13:11:54 +0530
committervishnueaswaran2019-07-19 13:11:54 +0530
commit8fee690e428db1183e028dd8b832e06a367c89cc (patch)
tree370dc92af1aa8f8ebd55d39dc42aad7b22924c9f /Resources/OpenPLCv2/firmware/ADC.test.arduino/one/libraries
parent4a1414b2f3e4f98244ac624b14604458e850e6cd (diff)
downloadOpenPLC-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.cpp0
-rwxr-xr-x[-rw-r--r--]Resources/OpenPLCv2/firmware/ADC.test.arduino/one/libraries/vishnuADC.h2
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