Notifications
Clear all
Topic starter
03/05/2023 11:32 am
hello, I'm making a project for ETS 2 for displays
I used two Arduino boards for this:
1. Uno - matrix and lcd 20 x 4 connected here
2. Nano - 3 x TM1637 connected here + I want to add LED indicators signaling, for example, turn signals, lights on, handbrake on
And here the problem begins
The turn signals work but the brake light is on all the time, is the code able to look at the code and help?
Protocol message binding
if([DataCorePlugin.GameRawData.Lights.BlinkerLeftOn], '0', '1')
+ ';'+
if([DataCorePlugin.GameRawData.Lights.BlinkerRightOn], '0', '1')
+ ';'+
if([DataCorePlugin.GameRawData.Drivetrain.ParkingBrake], '1' , '0')