dhgdh

Dependencies:   MAX44000 PWM_Tone_Library nexpaq_mdk

Fork of LED_Demo by joey shelton

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers main.cpp Source File

main.cpp

00001 #include "test_env.h"
00002 
00003 int main()
00004 {
00005     MBED_HOSTTEST_TIMEOUT(5);
00006     MBED_HOSTTEST_SELECT(hello_auto);
00007     MBED_HOSTTEST_DESCRIPTION(Hello World);
00008     MBED_HOSTTEST_START("MBED_10");
00009 
00010     printf("Hello World\r\n");
00011 
00012     while(1);
00013 }