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:
- 1:ed1145480f4b
- Parent:
- 0:d4d44e16e7af
--- a/main.cpp Thu Oct 29 16:45:27 2020 +0000 +++ b/main.cpp Sun Nov 01 16:29:35 2020 +0000 @@ -7,9 +7,9 @@ // #define TEMPO1 0.5 #define TEMPO2 0.1 -Serial pc(USBTX, USBRX); -DigitalOut ledr(PB_4); //LED_red -DigitalIn DOWN(PB_0); //joystick down +Serial pc(USBTX, USBRX); // Nucleo RX : PA_2 ; TX : PA_3 +DigitalOut ledr(PB_4); //LED_red Arduino D5 +DigitalIn DOWN(PB_0); //joystick down Arduino A3 int main() {