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

Revision:
8:a5570452154e
Parent:
6:1ee26b7b9c2f
Child:
9:59344a584e18
--- a/Debug.h	Thu May 09 20:42:07 2019 +0000
+++ b/Debug.h	Thu May 09 20:51:31 2019 +0000
@@ -172,9 +172,9 @@
  * // Date of publication: 15. Apr 2019
  * // ----------------------------------------------------------------------------
  * #include "Debug.h"
- * AnalogIn analog(PA_3);
+ * AnalogIn analog(PA_0);
  * PwmOut pwm(PA_4);
- * DigitalOut out(PA_2);
+ * DigitalOut out(PA_1);
  * Debug_led deb(PA_5, PA_6, "BUTTON_VDD"); //debug led on PA5, debug button connected to VDD on PA6
  * int main(){
  *