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 MPR121_Demo by
Revision 1:40d403361755, committed 2016-09-02
- Comitter:
- rmaran6
- Date:
- Fri Sep 02 18:11:03 2016 +0000
- Parent:
- 0:e09703934ff4
- Commit message:
- a
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Wed Mar 16 01:49:13 2011 +0000 +++ b/main.cpp Fri Sep 02 18:11:03 2016 +0000 @@ -38,7 +38,7 @@ Serial pc(USBTX, USBRX); // Setup the i2c bus on pins 28 and 27 -I2C i2c(p9, p10); +I2C i2c(p28, p27); // Setup the Mpr121: // constructor(i2c object, i2c address of the mpr121)
