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:
- 12:9d099f3d2a3b
- Parent:
- 11:8fa43cb31f9b
- Child:
- 13:91a699eae3ea
--- a/board.h Wed Dec 05 02:25:44 2018 +0000 +++ b/board.h Thu Dec 06 09:09:02 2018 +0000 @@ -1,5 +1,4 @@ #include "SB1602E.h" -//#include "perica3.h" #include "QEI.h" #include "PS4Serial.h" #include "cerica2.h" @@ -7,7 +6,6 @@ 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,"CERICA2\nHello!"); -//PERICA perica(&i2c,0x10 << 1); PS4Serial PS4(PA_9,PA_10); const PinName GPIO[13] = {