Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed
Diff: main.cpp
- Revision:
- 4:a8b0243f29b7
- Parent:
- 3:e13f77e8172a
- Child:
- 5:10267572c71b
--- a/main.cpp Fri Aug 12 22:03:48 2016 +0000
+++ b/main.cpp Sat Aug 13 08:36:34 2016 +0000
@@ -1,23 +1,5 @@
-/*! Lab1TestAdvanced
- * Used for advanced LED blinking with the FRDM-KL46Z.
- * \author Matthew Shuman
- *
- * \date August 12th, 2016
-
- * \bug No bugs yet
-
- * @code
- * #include "mbed.h"
- *
- * int main()
- * {
- * }
- * @endcode
- */
-
#include "mbed.h"
-
//This creates Pulse Width Modulated outputs, r and g, and connects them to the red and green LED.
PwmOut r(LED_RED);
PwmOut g(LED_GREEN);