Elevator v2.0
Elevator Documenation
Loading...
Searching...
No Matches
HAL_driver.h
Go to the documentation of this file.
1#ifndef _HAL_DRIVER_H_
2#define _HAL_DRIVER_H_
3
4#define FLOOR_1_LED 0
5#define FLOOR_2_LED 1
6#define FLOOR_3_LED 2
7
8#define FLOOR_1 0
9#define FLOOR_2 1
10#define FLOOR_3 2
11
12#define FLOOR_UP 0
13#define FLOOR_DOWN 1
14
15
16#define X_AXIS_THRESH 1000
17#define Y_AXIS_THRESH 2500
18#define Z_AXIS_THRESH 2500
19
20
21#define CALL_BUTTON_0 0
22#define CALL_BUTTON_1 1
23#define CALL_BUTTON_2 2
24
25#endif