Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed F446_AD_DA_Multirate
Diff: main.cpp
- Revision:
- 3:85f286a66e7f
- Parent:
- 2:97e3dcf085dc
- Child:
- 4:ea5c1ccf1c31
--- a/main.cpp Sat May 19 04:37:23 2018 +0000
+++ b/main.cpp Wed May 30 09:09:30 2018 +0000
@@ -4,7 +4,7 @@
//
// 処理の内容:AD 変換器からの入力をそのまま DA 変換器に出力する
//
-// 2018/05/19, Copyright (c) 2018 MIKAMI, Naoki
+// 2018/05/30, Copyright (c) 2018 MIKAMI, Naoki
//----------------------------------------------------------------------
#include "F446_Multirate.hpp"
@@ -14,7 +14,7 @@
const int FS_ = 10000; // 入力の標本化周波数: 10 kHz
F446_Multirate myAdDa_; // 出力標本化周波数を4倍にするオブジェクト
-
+
int main()
{
printf("\r\n開始します.\r\n");