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: UIT2_MovingAverage UIT2_AllpassReverb UIT2_CombReverb UIT2_FIR_LPF_Symmetry ... more
Revision 5:651809e96a2d, committed 2014-11-10
- Comitter:
- MikamiUitOpen
- Date:
- Mon Nov 10 01:48:18 2014 +0000
- Parent:
- 4:6e228f373c6f
- Child:
- 6:6989472e84c4
- Commit message:
- 6
Changed in this revision
| ADC_Base.hpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/ADC_Base.hpp Sun Nov 09 12:15:44 2014 +0000 +++ b/ADC_Base.hpp Mon Nov 10 01:48:18 2014 +0000 @@ -1,7 +1,10 @@ //------------------------------------------------------ // Class for ADC using TIM2 trigger -- Header -// -// 2014/10/04, Copyright (c) 2014 MIKAMI, Naoki +// Causion! +// If you use this class on Nucleo F411, +// initialization of the class must be done +// in main() routine. +// 2014/10/10, Copyright (c) 2014 MIKAMI, Naoki //------------------------------------------------------ #ifndef ADC_BASE_HPP