#include <avr/io.h>
#include <avr/interrupt.h>
#include "t10_prox.h"
#include "memorymap.h"
#include "pal.h"
Functions | |
ISR (INT2_vect) | |
Prox ISR. More... | |
void | prox_init (void) |
Initialization of ProxShould be done before main. More... | |
void | prox_off (void) |
Disable the prox. More... | |
void | prox_on (void) |
Enable the prox. More... | |
Variables | |
uint8_t | int_flag |
uint8_t | prox_int_flag |
uint8_t int_flag |
uint8_t prox_int_flag |
Referenced by app_task(), and ISR().