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
Dependents: 2021Arobo_UMAPYOI 2021Arobo_YUMIPYOI
Diff: board.h
- Revision:
- 7:c46745e98264
- Parent:
- 6:6c3c49d45b98
- Child:
- 10:45cc90a9ec34
--- a/board.h Sat Oct 06 00:09:34 2018 +0000
+++ b/board.h Sat Oct 06 00:10:58 2018 +0000
@@ -8,7 +8,7 @@
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,