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

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

Files at this revision

API Documentation at this revision

Comitter:
takuo
Date:
Mon May 13 13:04:06 2013 +0000
Parent:
2:6a201d126c69
Child:
4:33a8ca14e0e0
Commit message:
Fixed the documentation

Changed in this revision

ACM1602NI.cpp Show annotated file Show diff for this revision Revisions of this file
ACM1602NI.h Show annotated file Show diff for this revision Revisions of this file
--- a/ACM1602NI.cpp	Mon May 13 13:00:04 2013 +0000
+++ b/ACM1602NI.cpp	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.
--- 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