An I2C text LCD library for Displaytronic ACM1602NI-FLW-FBW-M01
Dependents: ACM1602NI_Demo ROBOT_v01 ROBOT_v02 Boku-Transmit ... more
Revision 6:55b648ec5216, committed 2014-01-14
- Comitter:
- takuo
- Date:
- Tue Jan 14 02:18:57 2014 +0000
- Parent:
- 5:c1dbbc2af9dd
- Child:
- 7:728c03b52b79
- Commit message:
- Fixe the document
Changed in this revision
ACM1602NI.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/ACM1602NI.h Tue Jan 14 02:16:15 2014 +0000 +++ b/ACM1602NI.h Tue Jan 14 02:18:57 2014 +0000 @@ -42,7 +42,7 @@ public: /** Create an ACM1602NI object connected to the specified I2C pins. * - * @parem sda The I2C data pin + * @param sda The I2C data pin * @param scl The I2C clock pin */ ACM1602NI(PinName sda, PinName scl);