Debugging tool for mbed enabled microcontrollers, especially for NUCLEO-F303RE and STM32F042F6P6.

Revision:
9:59344a584e18
Parent:
8:a5570452154e
Child:
10:4d5f38d996e2
--- a/Debug.h	Thu May 09 20:51:31 2019 +0000
+++ b/Debug.h	Thu May 09 21:12:57 2019 +0000
@@ -39,9 +39,9 @@
  * // Date of publication: 15. Apr 2019
  * // ----------------------------------------------------------------------------
  * #include "Debug.h"
- * AnalogIn analog(PA_5);
+ * AnalogIn analog(PA_4);
  * PwmOut pwm(PA_6);
- * DigitalOut out(PA_4);
+ * DigitalOut out(PA_5);
  * Debug_serial pc(PA_2, PA_3, 115200); //
  * 
  * int main(){
@@ -242,9 +242,9 @@
  * // Date of publication: 15. Apr 2019
  * // ----------------------------------------------------------------------------
  * #include "Debug.h"
- * AnalogIn analog(PA_5);
+ * AnalogIn analog(PA_4);
  * PwmOut pwm(PA_6);
- * DigitalOut out(PA_4);
+ * DigitalOut out(PA_5);
  * Debug_register pc(PA_2, PA_3, 115200);
  *  
  * int main(){
@@ -332,9 +332,9 @@
  * // Date of publication: 15. Apr 2019
  * // ----------------------------------------------------------------------------
  * #include "Debug.h"
- * AnalogIn analog(PA_5);
+ * AnalogIn analog(PA_4);
  * PwmOut pwm(PA_6);
- * DigitalOut out(PA_4);
+ * DigitalOut out(PA_5);
  * Debug_register_print pc(PA_2, PA_3, 115200);
  *  
  * int main(){