the first

main.cpp

Committer:
icchong
Date:
2018-09-16
Revision:
0:37df34174027
Child:
1:5f9cd5aa577f

File content as of revision 0:37df34174027:

#include <mbed.h>

DigitalOut myLed(LED1);

int main(int argc, char* argv[])
{
    myLed.write(1);
    return 0;
}