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 9:72fe42a4323c, committed 2014-11-12
- Comitter:
- MikamiUitOpen
- Date:
- Wed Nov 12 09:02:46 2014 +0000
- Parent:
- 8:f933fcd30408
- Child:
- 10:c326d04aa6b8
- Commit message:
- 10
Changed in this revision
| ADC_Base.cpp | Show annotated file Show diff for this revision Revisions of this file |
| ADC_Base.hpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/ADC_Base.cpp Wed Nov 12 08:56:31 2014 +0000 +++ b/ADC_Base.cpp Wed Nov 12 09:02:46 2014 +0000 @@ -3,7 +3,7 @@ // To get bit definition for register in // peripheral, see "stm32f401xe.h" // -// 2014/11/10, Copyright (c) 2014 MIKAMI, Naoki +// 2014/11/12, Copyright (c) 2014 MIKAMI, Naoki //------------------------------------------------------ #include "ADC_Base.hpp"
--- a/ADC_Base.hpp Wed Nov 12 08:56:31 2014 +0000 +++ b/ADC_Base.hpp Wed Nov 12 09:02:46 2014 +0000 @@ -1,10 +1,7 @@ //------------------------------------------------------ // Class for ADC using TIM2 trigger -- Header -// Causion! -// If you use this class on Nucleo F411, -// initialization of the class must be done -// in main() routine. -// 2014/11/11, Copyright (c) 2014 MIKAMI, Naoki +// +// 2014/11/12, Copyright (c) 2014 MIKAMI, Naoki //------------------------------------------------------ #ifndef ADC_BASE_HPP