Go to the source code of this file.
Functions | |
| void | SPI_Init (void) |
| void | GPIO_Init (void) |
| void | INT_Init () |
| INTERRUPT (Int2_Routine, EXTI_VectInt2) | |
| INTERRUPT (Int3_Routine, EXTI_VectInt3) | |
| int | main (void) |
Variables | |
| volatile uint8_t | count_int2 = 0 |
| volatile uint8_t | count_int3 = 0 |
| volatile uint8_t | count_double_tap = 0 |
| volatile int16_t | x |
| volatile int16_t | y |
| volatile int16_t | z |
| void GPIO_Init | ( | void | ) |
| INTERRUPT | ( | Int2_Routine | , |
| EXTI_VectInt2 | |||
| ) |
| INTERRUPT | ( | Int3_Routine | , |
| EXTI_VectInt3 | |||
| ) |
| int main | ( | void | ) |
Definition at line 92 of file main.c.
| void SPI_Init | ( | void | ) |
Definition at line 36 of file main.c.