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: mbed
Fork of APP1_customProtocole by
Diff: main.cpp
- Revision:
- 5:259661cbf9c3
- Parent:
- 4:e6df056992c1
- Child:
- 6:5c8e02d5ebcc
--- a/main.cpp Sun Jan 10 23:03:40 2016 +0000 +++ b/main.cpp Mon Jan 11 04:04:54 2016 +0000 @@ -1,8 +1,9 @@ #include "mbed.h" #include "acceleroMMA8452Q.h" +#include "customUART.h" Serial pc(USBTX, USBRX); -Serial afficheur(p9, p10); +CustomUART afficheur; void display2decimal(int number);
