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:
- 6:6c3c49d45b98
- Parent:
- 5:434332dbbfc5
- Child:
- 7:c46745e98264
--- a/board.h Fri Oct 05 10:21:15 2018 +0000 +++ b/board.h Sat Oct 06 00:09:34 2018 +0000 @@ -4,11 +4,11 @@ #include "PS4Serial.h" #include "cerica2.h" -//QEI Enc[2] = {QEI(PC_6, PC_5, PC_8, 360), QEI(PA_11, PB_12, PA_12, 360)}; +QEI Enc[2] = {QEI(PC_6, PC_5, PC_8, 360), QEI(PA_11, PB_12, PA_12, 360)}; I2C i2c(PB_9,PB_8); SB1602E lcd(i2c,"hello"); PERICA perica(&i2c,0x10 << 1); -PS4Serial PS4(PA_9,PA_10); +//PS4Serial PS4(PA_9,PA_10); const PinName GPIO[13] = { PC_9, @@ -41,7 +41,7 @@ DigitalIn(PA_4), }; -DigitalOut DevRst(PC_12); +//DigitalOut DevRst(PC_12); void boardInit() {