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.
Dependents: F446_UpSampling_GraphicEqualizer F446_UpSampling_ReverbSystem F446_UpSampling_FrqShifter_Weaver Demo_F446_AD_DA_Multirate ... more
Revision 6:a14d7f0bc3f5, committed 2018-07-09
- Comitter:
- MikamiUitOpen
- Date:
- Mon Jul 09 03:48:50 2018 +0000
- Parent:
- 5:4800dd3838d6
- Child:
- 7:6275fe158ae8
- Commit message:
- 7
Changed in this revision
| F446_Multirate.hpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/F446_Multirate.hpp Fri Jun 15 13:33:20 2018 +0000 +++ b/F446_Multirate.hpp Mon Jul 09 03:48:50 2018 +0000 @@ -7,7 +7,12 @@ // A1 (PA_1) -- Start() で指定可能 // 出力端子: A2 (PA_4) // -// 2018/06/15, Copyright (c) 2018 MIKAMI, Naoki +// <注意> +// ● 重い信号処理を実行する場合は正常に動かない場合がある. +// ● メンバ関数 Start() を実行した後に,printf() のような重い +// 処理を実行すると正常に動かないことがある. +// +// 2018/07/09, Copyright (c) 2018 MIKAMI, Naoki //----------------------------------------------------------- #include "mbed.h"