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: pinmap.h
- Revision:
- 4:90b840185921
- Parent:
- 2:43e1336c80e4
--- a/pinmap.h Sat Dec 28 06:10:55 2019 +0000 +++ b/pinmap.h Sat Dec 28 07:38:40 2019 +0000 @@ -4,6 +4,7 @@ #include "SBDBT.h" #include "mdc.h" +DigitalIn ls(D5,PullUp); sbdbt sb(PA_0,PA_1,115200); Serial pc(USBTX,USBRX,115200); I2C i2c(D5,D7);