HeptaSat
Dependencies: HEPTA_SENSOR mbed HEPTA_EPS HEPTA_COM HEPTA_CDH
Revision 30:f0b0b75cee61, committed 2022-08-19
- Comitter:
- csmk18112
- Date:
- Fri Aug 19 05:18:48 2022 +0000
- Parent:
- 29:ca7fa5796b7a
- Commit message:
- fd
Changed in this revision
HEPTA_SENSOR.lib | Show annotated file Show diff for this revision Revisions of this file |
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/HEPTA_SENSOR.lib Thu Aug 18 13:34:58 2022 +0000 +++ b/HEPTA_SENSOR.lib Fri Aug 19 05:18:48 2022 +0000 @@ -1,1 +1,1 @@ -https://os.mbed.com/teams/HEPTA-Sat-Training-2022/code/HEPTA_SENSOR/#63ade96496de +https://os.mbed.com/teams/HEPTA-Sat-Training-2022/code/HEPTA_SENSOR/#8402214a0b6b
--- a/main.cpp Thu Aug 18 13:34:58 2022 +0000 +++ b/main.cpp Fri Aug 19 05:18:48 2022 +0000 @@ -7,9 +7,9 @@ Serial pc(USBTX,USBRX); HEPTA_EPS eps(p16,p26); HEPTA_CDH cdh(p5,p6,p7,p8,"sd"); -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); HEPTA_COM com(p9,p10); DigitalOut myled(LED1);