808

Dependents:   Chromatograph_Mobile

Revision:
2:ccfbc827eb2c
Parent:
1:54015254fc18
--- a/ads1248.h	Tue Aug 11 19:13:08 2020 +0000
+++ b/ads1248.h	Fri Aug 14 14:15:34 2020 +0000
@@ -2,9 +2,9 @@
 #define ADS1248_H
 #include "PerifConfig.h"
 
-    #define DS1248_CS                               Cs
-    #define DS1248_START                            Reset
-    #define DS1248_DRDY                             CrdyA
+    #define DS1248_CS                               ads1259_pin_CS
+    #define DS1248_START                            ads1259_pin_Start
+    #define DS1248_DRDY                             ads1259_pin_Drdy
         
     #define DS1248_WAKEUP_COMMAND                   0x00
     #define DS1248_SLEEP_COMMAND                    0x02