Exemplo n.º 1
0
Arquivo: funk.c Projeto: Bediko/r0ket
void f_send(void){
    uint8_t status;

    status = openbeaconSend();
    lcdPrint("Status:");
    lcdPrintCharHex(status);
    lcdNl();
};
Exemplo n.º 2
0
void do_openbeacon(){
    openbeaconSend();
}