hepta

Dependencies:   HEPTA_EPS HEPTA_SENSOR mbed

Revision:
30:4edd451d4631
Parent:
28:ef6a121a4329
diff -r 26fdc4fc6488 -r 4edd451d4631 main.cpp
--- a/main.cpp	Tue Nov 15 06:09:30 2022 +0000
+++ b/main.cpp	Tue Nov 15 15:36:53 2022 +0000
@@ -4,9 +4,9 @@
  
 RawSerial pc(USBTX,USBRX,9600);
 HEPTA_EPS eps(p16,p26);
-HEPTA_SENSOR sensor(p17, 
-                    p28,p27,0xD0,0x18,
-                    p13, p14,p25,p24);
+HEPTA_SENSOR sensor(p17,
+                  p28,p27,0x19,0x69,0x13,
+                  p13, p14,p25,p24);
 int main()
 {
     float temp;