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.
Fork of DotStar by
Diff: main.cpp
- Revision:
- 9:c13d60680417
- Parent:
- 6:f16ae7276254
- Child:
- 10:743cf1e0d679
--- a/main.cpp Sun Jul 02 18:11:35 2017 +0000 +++ b/main.cpp Sun Jul 02 14:42:25 2017 -0600 @@ -10,7 +10,7 @@ #define LED_FREQ 500000 // spi I2C i2c(PA_10, PA_9); -MPR121 touch_pad(i2c, MPR121::ADDR_VSS); +MPR121 touch_pad(i2c); AnalogIn colorIn(PA_0); SPI spiOne(PB_5, PB_4, PB_3); SPI spiTwo(PA_7, PA_6, PA_5);
