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.
Diff: main.cpp
- Revision:
- 8:3f5e4022745e
- Parent:
- 7:7b0c1a910ccc
- Child:
- 9:695e8840ec64
--- a/main.cpp Sun Oct 13 14:11:14 2019 +0000 +++ b/main.cpp Sun Oct 13 14:16:57 2019 +0000 @@ -75,8 +75,8 @@ } void interrupt() // "recepteur" à chaque carractère reçut ce programme est activé - { // à vous de jouer !! sans mettre de delais dans ce petit programme + { // à vous de jouer !! a partir de l'exemple fournit page 11 recpt = pc.getc(); - if ( recpt == 'i') IO = !IO; // si 'i' inverse led carte MERE + if ( recpt == 'i') IO = !IO; // si 'i' inverse led carte MES return; }