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
Diff: main.cpp
- Revision:
- 1:3fc3afc28bda
- Parent:
- 0:5ac066a676fa
--- a/main.cpp Fri Nov 01 09:47:15 2019 +0000
+++ b/main.cpp Sat Nov 02 05:57:26 2019 +0000
@@ -1,11 +1,12 @@
#include "mbed.h"
-DigitalOut myled_1(p8);
-DigitalOut myled_2(p11);
+DigitalOut myled_1(p11); //8 11 12 13 14 27 28
+DigitalOut myled_2(p27);
Serial pc(USBTX,USBRX);
int main()
{
+ printf("start");
while(1) {
if(pc.readable()) {
char sel=pc.getc();