Part1

Dependencies:   mbed

main.cpp

Committer:
jaredwil
Date:
2015-01-27
Revision:
0:4e99e4caf232
Child:
1:79bb0caaa231

File content as of revision 0:4e99e4caf232:

#include "mbed.h"

PmwOut r1(p26)
PmwOut r4(p25) 
DigitalIn pound(p17);   //Not sure if this will work labled (analog input)
DigitalIn two(p16)      //^

int main() {
    while(1) {
        myled = 1;
        wait(0.2);
        myled = 0;
        wait(0.2);
    }
}