HeptaSat

Dependencies:   HEPTA_SENSOR mbed HEPTA_EPS

Files at this revision

API Documentation at this revision

Comitter:
csmk18112
Date:
Fri Aug 19 04:14:01 2022 +0000
Parent:
1:eae8cc169ee6
Commit message:
sgr

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Wed Aug 17 07:12:39 2022 +0000
+++ b/main.cpp	Fri Aug 19 04:14:01 2022 +0000
@@ -4,9 +4,9 @@
  
 Serial pc(USBTX, USBRX);
 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()
 {