qqqq
Dependencies: HEPTA_SENSOR mbed HEPTA_EPS HEPTA_COM HEPTA_CDH
Diff: main.cpp
- Revision:
- 32:c22cbcfb4635
- Parent:
- 30:f300d1e88f4c
- Child:
- 33:57c79f4b3997
diff -r 7b099b233f2b -r c22cbcfb4635 main.cpp --- a/main.cpp Thu Aug 18 13:31:29 2022 +0000 +++ b/main.cpp Fri Aug 19 04:35:30 2022 +0000 @@ -6,8 +6,8 @@ HEPTA_CDH cdh(p5, p6, p7, p8, "sd"); 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); DigitalOut condition(LED1); Serial sat(USBTX,USBRX,9600);