Defines | |
| #define | WINDOW_HEIGHT_MM 450 |
| height of the window in mm, used to determine anti-pinch working area, Default value used to initiate eeprom while nothing has been parametred. | |
| #define | TOP_MM 2.0222 |
| Number of hall effect sensor tops/mm = hall_tops/window_height Default value to compute following areas. | |
| #define | H_DETECT_MIN_MM 210 |
| Distance from top of window to activate anti-pinch in millimeters (mm). | |
| #define | H_DETECT_MIN (U16)(H_DETECT_MIN_MM*TOP_MM) |
| Distance from top to activate anti-pinch (in hall sensor edges number). | |
| #define | H_MAX_MM 20 |
| Distance from top of window to inactivate anti-pinch in mm (rubber + 4mm). | |
| #define | H_MAX (U16)(H_MAX_MM*TOP_MM) |
| Distance from top to inactivate anti-pinch (in hall sensor edges number). | |
| #define | DOWN (U16)(WINDOW_HEIGHT_MM*TOP_MM) |
| Default Distance between window top and bottom (in hall sensor edges number). | |
| #define WINDOW_HEIGHT_MM 450 |
height of the window in mm, used to determine anti-pinch working area, Default value used to initiate eeprom while nothing has been parametred.
Definition at line 90 of file window_lib.h.
| #define TOP_MM 2.0222 |
Number of hall effect sensor tops/mm = hall_tops/window_height Default value to compute following areas.
Definition at line 94 of file window_lib.h.
| #define H_DETECT_MIN_MM 210 |
Distance from top of window to activate anti-pinch in millimeters (mm).
Definition at line 97 of file window_lib.h.
| #define H_DETECT_MIN (U16)(H_DETECT_MIN_MM*TOP_MM) |
Distance from top to activate anti-pinch (in hall sensor edges number).
Definition at line 100 of file window_lib.h.
| #define H_MAX_MM 20 |
Distance from top of window to inactivate anti-pinch in mm (rubber + 4mm).
Definition at line 103 of file window_lib.h.
| #define H_MAX (U16)(H_MAX_MM*TOP_MM) |
Distance from top to inactivate anti-pinch (in hall sensor edges number).
Definition at line 106 of file window_lib.h.
| #define DOWN (U16)(WINDOW_HEIGHT_MM*TOP_MM) |
Default Distance between window top and bottom (in hall sensor edges number).
Definition at line 109 of file window_lib.h.
1.4.7