-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcanbus_ids.h
More file actions
37 lines (26 loc) · 1.13 KB
/
canbus_ids.h
File metadata and controls
37 lines (26 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
/*
canbus_ids.h - CANBus identifiers for control panel support
Part of grblHAL
Copyright (c) 2022-2024 Jon Escombe
grblHAL is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
grblHAL is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with grblHAL. If not, see <http://www.gnu.org/licenses/>.
*/
#define CANBUS_PANEL_STATE_1 0x110
#define CANBUS_PANEL_STATE_2 0x111
#define CANBUS_PANEL_MPOS_1 0x112
#define CANBUS_PANEL_MPOS_2 0x113
#define CANBUS_PANEL_MPOS_3 0x114
#define CANBUS_PANEL_MPOS_4 0x115
#define CANBUS_PANEL_BLAAH 0x100
#define CANBUS_PANEL_KEYPAD_1 0x101
#define CANBUS_PANEL_KEYPAD_2 0x102
#define CANBUS_PANEL_ENCODER_1 0x103
#define CANBUS_PANEL_ENCODER_2 0x104