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 1:9238a880f605, committed 2019-04-19
- Comitter:
- dmitrikk
- Date:
- Fri Apr 19 19:11:30 2019 +0000
- Parent:
- 0:be820a78e765
- Commit message:
- Pinouts according to schematics
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Sun Feb 24 14:45:11 2019 +0000 +++ b/main.cpp Fri Apr 19 19:11:30 2019 +0000 @@ -3,8 +3,8 @@ Serial uart(SERIAL_TX, SERIAL_RX); DigitalOut COIL0(PA_5); -DigitalOut COIL1(PA_6); -DigitalOut COIL2(PA_7); +DigitalOut COIL1(PA_7); +DigitalOut COIL2(PA_6); DigitalOut COIL3(PA_9); uint8_t input_val;