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
Fork of Xbee_Hello_world_A by
Revision 2:2322b8047650, committed 2014-07-10
- Comitter:
- pc445
- Date:
- Thu Jul 10 04:44:04 2014 +0000
- Parent:
- 1:8714da12da06
- Child:
- 3:fa2b36ee1e20
- Commit message:
- test
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Thu Jul 10 04:40:12 2014 +0000
+++ b/main.cpp Thu Jul 10 04:44:04 2014 +0000
@@ -9,7 +9,8 @@
Serial pc(USBTX, USBRX);//Opens up serial communication through the USB port via the computer
-int main() {
+int main()
+{
rst1 = 0; //Set reset pin to 0
myled = 0;//Set LED3 to 0
myled2= 0;//Set LED4 to 0
