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 9:a9dfb95b5d8a, committed 2020-11-22
- Comitter:
- gr91
- Date:
- Sun Nov 22 15:15:15 2020 +0000
- Parent:
- 8:23fca4edc6b9
- Commit message:
- Echo test isr 2
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 23fca4edc6b9 -r a9dfb95b5d8a main.cpp
--- a/main.cpp Sun Nov 22 15:04:32 2020 +0000
+++ b/main.cpp Sun Nov 22 15:15:15 2020 +0000
@@ -3,14 +3,11 @@
// lien serie via USB avec Terarerm
// GR 2020
// Universite Paris-Saclay - IUT Cachan
-//
-//
RawSerial pc_raw(USBTX, USBRX); // ou SERIAL-TX, SERIAL_RX ou PA_2,PA_3
DigitalOut ledB(D8);
void reception_symbole(void);
int main()
{
-
pc_raw.baud(115200);
pc_raw.attach(&reception_symbole);
pc_raw.printf("Echo test\r\n");