Skip to content
Snippets Groups Projects

Added a service to set the car lights.

Merged Sergi Hernandez requested to merge development into master
3 files
+ 23
0
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 13
0
uint8 CAR_OFF = 0
uint8 CAR_NORMAL_DRIVE = 1
uint8 CAR_BRAKE = 2
uint8 CAR_TURN_LEFT = 3
uint8 CAR_TURN_RIGHT = 4
uint8 CAR_PARKED = 5
uint8 CAR_EMERGENCY = 6
uint8 CAR_AMBULANCE = 7
uint8 CAR_CHARGING = 8
uint8 lights
---
Loading