An I2C text LCD library for Displaytronic ACM1602NI-FLW-FBW-M01

Dependents:   ACM1602NI_Demo ROBOT_v01 ROBOT_v02 Boku-Transmit ... more

Revision:
3:bac80efb323e
Parent:
2:6a201d126c69
Child:
4:33a8ca14e0e0
--- a/ACM1602NI.h	Mon May 13 13:00:04 2013 +0000
+++ b/ACM1602NI.h	Mon May 13 13:04:06 2013 +0000
@@ -1,5 +1,5 @@
-/* An mbed text LCD library for Displaytronic ACM1602NI-FLW-FBW-M01
- * Copyright 2013, wtakuo
+/* An I2C text LCD library for Displaytronic ACM1602NI-FLW-FBW-M01
+ * Copyright 2013, Takuo WATANABE (wtakuo)
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -19,7 +19,7 @@
 
 #include "mbed.h"
 
-/** An I2C Text LCD interface for driving Displaytronic ACM1602NI-FLW-FBW-M01
+/** An I2C text LCD library for Displaytronic ACM1602NI-FLW-FBW-M01.
  * The interface is basically the same as TextLCD by Simon Ford.
  *
  * @code