hepta

Dependencies:   HEPTA_COM HEPTA_EPS HEPTA_SENSOR mbed

Revision:
30:e0c9228b6594
Parent:
28:5af09d71985e
Child:
31:b4362f35d2c8
--- a/main.cpp	Thu Oct 31 08:29:43 2019 +0000
+++ b/main.cpp	Sat Aug 20 01:12:25 2022 +0000
@@ -6,8 +6,8 @@
 Serial pc(USBTX,USBRX);
 HEPTA_EPS eps(p16,p26);
 HEPTA_SENSOR sensor(p17,
-                    p28,p27,0xD0,0x18,
-                    p13, p14,p25,p24);
+                  p28,p27,0x19,0x69,0x13,
+                  p13, p14,p25,p24);
 HEPTA_COM com(p9,p10);
 
 int main()