タイマと同期する関数と周期的割込みとサポートする.登録した際のプログラム名:Demo_MyTicker7.

Dependents:   Demo_MyTicker7 F446_DSP_FunctionGenerator TrG_FunctionGenerator DSP_Seminar_FunctionGenerator

Files at this revision

API Documentation at this revision

Comitter:
MikamiUitOpen
Date:
Sat Oct 17 00:41:36 2020 +0000
Parent:
0:329029faa850
Commit message:
2

Changed in this revision

MyTicker7.cpp Show annotated file Show diff for this revision Revisions of this file
MyTicker7.hpp Show annotated file Show diff for this revision Revisions of this file
diff -r 329029faa850 -r f4269105fae0 MyTicker7.cpp
--- a/MyTicker7.cpp	Mon Jun 01 04:04:37 2020 +0000
+++ b/MyTicker7.cpp	Sat Oct 17 00:41:36 2020 +0000
@@ -1,7 +1,7 @@
 //-----------------------------------------------------------
 // タイマを使った正確な同期の実現, TIM7 を使用
 //
-//  2020/06/01, Copyright (c) 2020 MIKAMI, Naoki
+//  2020/10/16, Copyright (c) 2020 MIKAMI, Naoki
 //-----------------------------------------------------------
 
 #include "MyTicker7.hpp"
diff -r 329029faa850 -r f4269105fae0 MyTicker7.hpp
--- a/MyTicker7.hpp	Mon Jun 01 04:04:37 2020 +0000
+++ b/MyTicker7.hpp	Sat Oct 17 00:41:36 2020 +0000
@@ -1,7 +1,7 @@
 //-----------------------------------------------------------
-// タイマを使った正確な同期の実現, TIM10 を使用
+// タイマを使った正確な同期の実現, TIM7 を使用
 //
-//  2020/06/01, Copyright (c) 2020 MIKAMI, Naoki
+//  2020/10/16, Copyright (c) 2020 MIKAMI, Naoki
 //-----------------------------------------------------------
 
 #include "mbed.h"