Bike-X
0.8
|
Go to the source code of this file.
Functions | |
void | desabWDT () |
Desable Watchdog. More... | |
void | botao () |
Enable the button. More... | |
void | hled (unsigned char numled) |
Enable LED. More... | |
char | readbotao (void) |
void | waitbton (unsigned char sinal) |
void | ligled (char numled) |
void | desled (char numled) |
void | alterled (unsigned volatile numled) |
void | dly_coxa (int numcic) |
void | dco1mhz () |
void alterled | ( | unsigned volatile | numled | ) |
Definition at line 76 of file launchpad.c.
void botao | ( | ) |
Enable the button.
Enable the button without the interruption support
Definition at line 18 of file launchpad.c.
void dco1mhz | ( | ) |
Definition at line 95 of file launchpad.c.
void desabWDT | ( | ) |
void desled | ( | char | numled | ) |
Definition at line 70 of file launchpad.c.
void dly_coxa | ( | int | numcic | ) |
Definition at line 82 of file launchpad.c.
void hled | ( | unsigned char | numled | ) |
Enable LED.
Enable LED n, making this port a output port
numled | LED to be enabled. Can assume the values:
|
Definition at line 33 of file launchpad.c.
void ligled | ( | char | numled | ) |
Definition at line 64 of file launchpad.c.
char readbotao | ( | void | ) |
Definition at line 40 of file launchpad.c.
void waitbton | ( | unsigned char | sinal | ) |
Definition at line 53 of file launchpad.c.