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.
Revision 4:e3238cb56cb7, committed 2022-11-08
- Comitter:
- csmk18112
- Date:
- Tue Nov 08 03:26:22 2022 +0000
- Parent:
- 3:18847ea9afbe
- Commit message:
- d
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Tue Aug 09 06:26:00 2022 +0000 +++ b/main.cpp Tue Nov 08 03:26:22 2022 +0000 @@ -2,7 +2,7 @@ #include "HEPTA_EPS.h" #define MAG 0x13<<1 //addr_compus -Serial pc(USBTX, USBRX); +RawSerial pc(USBTX,USBRX,9600); HEPTA_EPS eps(p16,p26); I2C i2c(p28,p27);