Nathan Yonkee / MPR121

Dependents:   Seeed_Grove_I2C_Touch_Example

Fork of MPR121 by Sam Grove

Files at this revision

API Documentation at this revision

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;