#include <stdint.h>
Functions | |
void | accelero_init (void) |
Initialization of acceleroShould be done before main. More... | |
void | accelero_off (void) |
Disable the accelero. More... | |
void | accelero_on (void) |
Enables the accelero. More... | |
void | accelero_read (unsigned char, unsigned char *) |
read the accelero More... | |
void | accelero_write (unsigned char, unsigned char) |
read the accelero More... | |
Variables | |
uint8_t | acclero_int_flag |
uint8_t acclero_int_flag |
Referenced by ISR().