Go to the source code of this file.
Defines | |
#define | REG_COUNTER_DIRECTION 102 |
#define | REG_COUNTER_VALUE_H 101 |
#define | REG_COUNTER_VALUE_L 100 |
Functions | |
ISR (PCINT0_vect) | |
int | userRead (int addr) |
void | userSetup () |
unsigned char | userWrite (int addr, unsigned char param) |
Variables | |
int | lift_counter |
unsigned char | lift_direction |
#define REG_COUNTER_DIRECTION 102 |
Definition at line 8 of file user_hooks.h.
#define REG_COUNTER_VALUE_H 101 |
Definition at line 7 of file user_hooks.h.
#define REG_COUNTER_VALUE_L 100 |
Definition at line 6 of file user_hooks.h.
ISR | ( | PCINT0_vect | ) |
Definition at line 20 of file user_hooks.h.
int userRead | ( | int | addr | ) |
Definition at line 42 of file user_hooks.h.
void userSetup | ( | ) |
Definition at line 12 of file user_hooks.h.
unsigned char userWrite | ( | int | addr, |
unsigned char | param | ||
) |
Definition at line 27 of file user_hooks.h.
int lift_counter |
Definition at line 11 of file user_hooks.h.
unsigned char lift_direction |
Definition at line 10 of file user_hooks.h.