CQ出版社セミナ "実習・Armマイコン内蔵ペリフェラルを活用するためのC++プログラミング" で使う外付け回路のテスト

Dependencies:   mbed UIT_SetOutputPortType UIT_AQM1602 UIT_ADT7410

Files at this revision

API Documentation at this revision

Comitter:
MikamiUitOpen
Date:
Thu Apr 02 03:47:14 2020 +0000
Parent:
1:0a21041026c7
Commit message:
3

Changed in this revision

UIT_ADT7410.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/UIT_ADT7410.lib	Tue Mar 24 02:01:50 2020 +0000
+++ b/UIT_ADT7410.lib	Thu Apr 02 03:47:14 2020 +0000
@@ -1,1 +1,1 @@
-https://os.mbed.com/users/MikamiUitOpen/code/UIT_ADT7410/#bbcd91ba7c6b
+https://os.mbed.com/users/MikamiUitOpen/code/UIT_ADT7410/#438204ab1793
--- a/main.cpp	Tue Mar 24 02:01:50 2020 +0000
+++ b/main.cpp	Thu Apr 02 03:47:14 2020 +0000
@@ -23,7 +23,7 @@
 //  オフィシャル・ライブラリのドキュメントは下記の URL
 //      https://os.mbed.com/docs/mbed-os/ で APIs => Drivers
 //
-//  2020/03/16, Copyright (c) 2020 MIKAMI, Naoki
+//  2020/04/02, Copyright (c) 2020 MIKAMI, Naoki
 //------------------------------------------------------------
 
 #include "mbed.h"
@@ -149,4 +149,4 @@
 
         wait(1);
     }
-}
+}
\ No newline at end of file