HeptaSat
Dependencies: HEPTA_CDH HEPTA_EPS HEPTA_SENSOR mbed
Revision 33:e113f53684b4, committed 2022-11-11
- Comitter:
- RyusukeIwata
- Date:
- Fri Nov 11 00:39:09 2022 +0000
- Parent:
- 32:d3bc354cd532
- Commit message:
- changed to Rawserial;
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r d3bc354cd532 -r e113f53684b4 main.cpp --- a/main.cpp Fri Aug 19 04:53:02 2022 +0000 +++ b/main.cpp Fri Nov 11 00:39:09 2022 +0000 @@ -3,7 +3,7 @@ #include "HEPTA_CDH.h" #include "HEPTA_SENSOR.h" -Serial pc(USBTX,USBRX); +RawSerial pc(USBTX,USBRX); HEPTA_EPS eps(p16,p26); HEPTA_CDH cdh(p5,p6,p7,p8,"sd"); HEPTA_SENSOR sensor(p17, @@ -12,7 +12,6 @@ int main() { - pc.baud(9600); sensor.gps_setting(); int quality=0,stnum=0,gps_check=0; char ns='A',ew='B',aunit='m';