Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: HEPTA_CDH HEPTA_COM HEPTA_EPS HEPTA_SENSOR mbed
Revision 31:746ff43f1cd0, committed 2022-11-07
- Comitter:
 - RyusukeIwata
 - Date:
 - Mon Nov 07 15:00:48 2022 +0000
 - Parent:
 - 30:c95e6e3f302a
 - Commit message:
 - rawserial;
 
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file | 
--- a/main.cpp Sun Nov 14 10:40:07 2021 +0000 +++ b/main.cpp Mon Nov 07 15:00:48 2022 +0000 @@ -4,7 +4,7 @@ HEPTA_CDH cdh(p5, p6, p7, p8, "sd"); HEPTA_EPS eps(p16,p26); DigitalOut condition(LED1); -Serial gs(USBTX,USBRX,9600); +RawSerial gs(USBTX,USBRX,9600); Timer sattime; int rcmd = 0, cmdflag = 0; //command variable