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

Revision:
4:0e22212d2d7e
Parent:
3:3d7837ae4a37
Child:
5:e2e16ef72833
--- a/Debug.h	Mon May 06 21:16:37 2019 +0000
+++ b/Debug.h	Mon May 06 21:22:23 2019 +0000
@@ -253,8 +253,10 @@
  *     DigitalOut out2 (PA_0);
  *     pc.breakpoint(__LINE__,0x48000000);
  *     AnalogIn analog2 (PA_1);
- *     pc.breakpoint(__LINE__,0x48000000);
- * 
+ *     pc.breakpoint(__LINE__,0x48000000, 0x0C);
+ *     DigitalIn di1(PA_4, PullUp);
+ *     pc.breakpoint(__LINE__,0x48000000, 0x0C);
+ *     pc.breakpoint(__LINE__,0x48000000, 0x04);
  *     while(1){
  *         if(pc.readable()){
  *             pc.putc(pc.getc());