the first

Committer:
icchong
Date:
Sun Sep 16 08:08:07 2018 +0000
Revision:
0:37df34174027
Child:
1:5f9cd5aa577f
the first

Who changed what in which revision?

UserRevisionLine numberNew contents of line
icchong 0:37df34174027 1 #include <mbed.h>
icchong 0:37df34174027 2
icchong 0:37df34174027 3 DigitalOut myLed(LED1);
icchong 0:37df34174027 4
icchong 0:37df34174027 5 int main(int argc, char* argv[])
icchong 0:37df34174027 6 {
icchong 0:37df34174027 7 myLed.write(1);
icchong 0:37df34174027 8 return 0;
icchong 0:37df34174027 9 }