teste FRamework

Dependencies:   OneWire mbed

Files at this revision

API Documentation at this revision

Comitter:
kausdev
Date:
Thu Sep 04 02:36:27 2014 +0000
Parent:
0:a4e17430319c
Commit message:
test blink;

Changed in this revision

OneWire.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
mbed.bld Show diff for this revision Revisions of this file
mbed.lib Show annotated file Show diff for this revision Revisions of this file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/OneWire.lib	Thu Sep 04 02:36:27 2014 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/users/ivank/code/OneWire/#7bd102cb73e0
--- a/main.cpp	Tue Aug 26 19:11:55 2014 +0000
+++ b/main.cpp	Thu Sep 04 02:36:27 2014 +0000
@@ -3,8 +3,8 @@
 DigitalOut myled(LED1);
 
 int main() {
-    while(0) {
-        rgbled = 1;
+    while(1) {
+        myled = 1;
         wait(0.2);
         myled = 0;
         wait(0.2);
--- a/mbed.bld	Tue Aug 26 19:11:55 2014 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-http://mbed.org/users/mbed_official/code/mbed/builds/9327015d4013
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed.lib	Thu Sep 04 02:36:27 2014 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/users/mbed_official/code/mbed/#9327015d4013