LUIS

Dependencies:   mbed

main.cpp

Committer:
pirottealex
Date:
2018-10-05
Revision:
0:43101a0b7a4c

File content as of revision 0:43101a0b7a4c:

#include "mbed.h"
#include "fct.h"
#define LAVABRE 5

int main() {

    init();
    wait(LAVABRE);
    start_scan();
    wait(2);
    get_scan();
    while(1)
    {
        wait(1);
    }
}