aa

Dependencies:   mbed

Fork of AnalogOut-HelloWorld by Mbed

main.cpp

Committer:
fewerhy
Date:
2016-10-10
Revision:
5:e6536d2d5aba
Parent:
0:df98cf0f64e4

File content as of revision 5:e6536d2d5aba:

#include "mdeviceCtrl.h" 
 
int main() {
    printf("Press 'g' to turn LED1 brightness up, 'd' to turn it down\n");
    mdeviceCtrl *myApp = new mdeviceCtrl();
    while(1) 
    {
        myApp->run();
    }
}