#include "config.h"#include "lib_window\window_lib.h"#include "lib_window\hall_sensor_ISR.h"#include "timer1_ovf_isr.h"Go to the source code of this file.
Variables | |
| U8 | hall_direction |
| Direction detected using hall sensor Range : [DOWNWARD, UPWARD]. | |
| signed int | dv |
| Time difference between two last hall sensor edges equivalent to derivative speed. | |
Direction detected using hall sensor Range : [DOWNWARD, UPWARD].
Definition at line 47 of file hall_sensor_ISR.c.
| signed int dv |
Time difference between two last hall sensor edges equivalent to derivative speed.
Definition at line 50 of file hall_sensor_ISR.c.
1.4.7