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.
Dependents: Seeed_Grove_I2C_Touch_Example
Fork of MPR121 by
Revision 24:3fda4fe39ac6, committed 2017-07-02
- Comitter:
- Nathan Yonkee
- Date:
- Sun Jul 02 15:11:10 2017 -0600
- Parent:
- 23:32fa21a5686d
- Child:
- 25:534ca7bbccf1
- Commit message:
- fix typo
Changed in this revision
| MPR121.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/MPR121.cpp Sun Jul 02 14:51:09 2017 -0600
+++ b/MPR121.cpp Sun Jul 02 15:11:10 2017 -0600
@@ -34,7 +34,7 @@
return;
}
-MPR121::MPR121(I2C &i2ce)
+MPR121::MPR121(I2C &i2c)
{
_i2c = &i2c;
_irq = NULL;
