Kevin Abraham
/
4180Lab1-6
ECE 4180 Lab 1 Part 6
Fork of MPR121_Demo by
Revision 1:7cfe79aafa1b, committed 2018-10-09
- Comitter:
- abraha2d
- Date:
- Tue Oct 09 00:34:36 2018 +0000
- Parent:
- 0:e09703934ff4
- Commit message:
- Save point
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
mbed.bld | Show annotated file Show diff for this revision Revisions of this file |
diff -r e09703934ff4 -r 7cfe79aafa1b main.cpp --- a/main.cpp Wed Mar 16 01:49:13 2011 +0000 +++ b/main.cpp Tue Oct 09 00:34:36 2018 +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)
diff -r e09703934ff4 -r 7cfe79aafa1b mbed.bld --- a/mbed.bld Wed Mar 16 01:49:13 2011 +0000 +++ b/mbed.bld Tue Oct 09 00:34:36 2018 +0000 @@ -1,1 +1,1 @@ -http://mbed.org/users/mbed_official/code/mbed/builds/63bcd7ba4912 +https://os.mbed.com/users/mbed_official/code/mbed/builds/e95d10626187 \ No newline at end of file