AD-128160-UART制御用のライブラリ http://www.aitendo.co.jp/product/3119 gingaxさんのプログラムを参考に作らせてもらっています。 http://mbed.org/users/akira/libraries/AD128160/m159hi

Dependents:   AD128160_HelloWorld

Revision:
1:328d8c8f804e
Parent:
0:2e2f3b389d8a
Child:
2:6f2db745808e
--- a/AD128160.h	Mon Dec 12 02:09:19 2011 +0000
+++ b/AD128160.h	Mon Dec 12 02:12:24 2011 +0000
@@ -8,16 +8,8 @@
 
 /** An interface for the AD128160 LCD display
  *
- * @code
- * #include "mbed.h"
- * #include "AD128160.h"
- *
- * AD128160 lcd(p9,p20); // tx,reset
- *
- * int main() {
- *     lcd.printf("Hello World!");
- * }
  */
+ 
 class AD128160: public Stream {
 public:
     /** Create and AD128160 interface, using a tx and one DigitalOut interfaces