debug tool for STM32F042F6P6
Diff: Debug.h
- Revision:
- 14:5a3b0cabbcd4
- Parent:
- 13:3d959f23fd8f
- Child:
- 15:a9db6d4c2a8f
--- a/Debug.h Wed Apr 17 15:47:32 2019 +0000 +++ b/Debug.h Thu Apr 18 10:23:17 2019 +0000 @@ -39,6 +39,7 @@ * // Department of Measurement, Czech technical university in Prague, Czech Republic * // Date of publication: 15. Apr 2019 * // ---------------------------------------------------------------------------- + * #include "Debug.h" * AnalogIn analog(PA_5); * PwmOut pwm(PA_6); * DigitalOut out(PA_4); @@ -142,6 +143,7 @@ * // Department of Measurement, Czech technical university in Prague, Czech Republic * // Date of publication: 15. Apr 2019 * // ---------------------------------------------------------------------------- + * #include "Debug.h" * AnalogIn analog(PA_5); * PwmOut pwm(PA_6); * DigitalOut out(PA_4); @@ -267,6 +269,7 @@ * // Department of Measurement, Czech technical university in Prague, Czech Republic * // Date of publication: 15. Apr 2019 * // ---------------------------------------------------------------------------- + * #include "Debug.h" * AnalogIn analog(PA_5); * PwmOut pwm(PA_6); * DigitalOut out(PA_4);