Skip to content

Commit

Permalink
Add LCD button
Browse files Browse the repository at this point in the history
  • Loading branch information
Tamas-F committed Feb 1, 2022
1 parent 4b9a465 commit 48addec
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions settings/msgs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,20 +94,25 @@
format: '<B'
fields: ['event']

- name: nav data
type: 0x22
format: 'string'
fields: ['msg']
# - name: nav data
# type: 0x22
# format: 'string'
# fields: ['msg']

- name: lab event
type: 0x26
format: '<B'
fields: ['event']

- name: nav state
type: 0x25
format: '<Bbb'
fields: ['node id','node dir','car dir']

- name: lab event
type: 0x26
- name: lcd button
type: 0x27
format: '<B'
fields: ['event']
fields: ['UDLR']

- name: start
type: 0x20
Expand Down

0 comments on commit 48addec

Please sign in to comment.