jin young sung / Mbed 2 deprecated Led Clock Download Featured

Dependencies:   mbed

main.cpp

Committer:
darzento
Date:
2015-04-03
Revision:
3:26633efdb309
Parent:
1:cd96d1c79a8b
Child:
4:a1cb6536f303

File content as of revision 3:26633efdb309:

#include "mbed.h"

DigitalOut myled(LED1);
InterruptIn Hall();

int sensing(&Hall);

int main() 
{
    while(1)
    {
        
    }
}

int sensing()
{
    
    return ; 
}