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: ST7032 QEI PS4Serial
Diff: board.h
- Revision:
- 10:45cc90a9ec34
- Parent:
- 7:c46745e98264
- Child:
- 11:8fa43cb31f9b
--- a/board.h Wed Oct 10 08:20:56 2018 +0000 +++ b/board.h Fri Oct 12 15:59:14 2018 +0000 @@ -46,5 +46,10 @@ void boardInit() { for (int i = 0; i < 4; i++) SW[i].mode(PullUp); + for (int i = 0; i < 5; i++) LED[i] = 1; + wait(1); + for (int i = 0; i < 5; i++) LED[i] = 0; + + //if (perica.motor(0,0) = 1) ; }