Max Mujica
/
XbeeHomeAutomationFork
asdf
Fork of XbeeHomeAutomation by
main.cpp@2:62271bcaa4a7, 2013-11-26 (annotated)
- Committer:
- mmujica6
- Date:
- Tue Nov 26 01:34:45 2013 +0000
- Revision:
- 2:62271bcaa4a7
- Parent:
- 1:ecbee6eb3020
Changed 1 to 0
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
chrisisthefish | 0:c498b8bcfc46 | 1 | #include "mbed.h" |
chrisisthefish | 0:c498b8bcfc46 | 2 | |
chrisisthefish | 0:c498b8bcfc46 | 3 | DigitalOut myled(LED1); |
mmujica6 | 1:ecbee6eb3020 | 4 | DigitalOut myled2(LED2); |
chrisisthefish | 0:c498b8bcfc46 | 5 | int main() { |
chrisisthefish | 0:c498b8bcfc46 | 6 | while(1) { |
mmujica6 | 2:62271bcaa4a7 | 7 | myled = 0; |
chrisisthefish | 0:c498b8bcfc46 | 8 | wait(0.2); |
chrisisthefish | 0:c498b8bcfc46 | 9 | myled = 0; |
chrisisthefish | 0:c498b8bcfc46 | 10 | wait(0.2); |
chrisisthefish | 0:c498b8bcfc46 | 11 | } |
chrisisthefish | 0:c498b8bcfc46 | 12 | } |