fix ramp
fix curve and add headlights
This commit is contained in:
@@ -88,6 +88,12 @@ void CM_STEERING_SET(void* p);
|
||||
*/
|
||||
void CM_SUPPLY_SETUP(void* p);
|
||||
|
||||
/**
|
||||
* Send headlights on or off
|
||||
* @param p true if on, false if off;
|
||||
*/
|
||||
void CM_HEADLIGHTS(void* p);
|
||||
|
||||
|
||||
#endif /* CAN_MESSAGE_H */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user