Grove sensor component example for Seeed Wio 3G

Dependencies:   Grove_LCD_RGB_Backlight Grove_temperature PixelArray Servo WS2812

Fork of Wio_3G_example by Toyomasa Watarai

Files at this revision

API Documentation at this revision

Comitter:
mbed_official
Date:
Thu Jan 18 12:45:02 2018 +0000
Parent:
56:67611bfa061f
Child:
58:d69d9e148365
Commit message:
Readme: remove uvision debug (#111)

Should be debugging reference guide if needed
.
Commit copied from https://github.com/ARMmbed/mbed-os-example-blinky

Changed in this revision

README.md Show annotated file Show diff for this revision Revisions of this file
img/uvision.png Show diff for this revision Revisions of this file
--- a/README.md	Wed Jan 17 11:15:02 2018 +0000
+++ b/README.md	Thu Jan 18 12:45:02 2018 +0000
@@ -52,24 +52,6 @@
 
 The LED on your platform turns on and off.
 
-## Export the project to Keil MDK, and debug your application
-
-From the command-line, run the following command:
-
-```
-mbed export -m K64F -i uvision
-```
-
-To debug the application:
-
-1. Start uVision.
-1. Import the uVision project generated earlier.
-1. Compile your application, and generate an `.axf` file.
-1. Make sure uVision is configured to debug over CMSIS-DAP (From the Project menu > Options for Target '...' > Debug tab > Use CMSIS-DAP Debugger).
-1. Set breakpoints, and start a debug session.
-
-![Image of uVision](img/uvision.png)
-
 ## Troubleshooting
 
 If you have problems, you can review the [documentation](https://os.mbed.com/docs/latest/tutorials/debugging.html) for suggestions on what could be wrong and how to fix it.
Binary file img/uvision.png has changed