Racing Simulator Telemetry Mapping
The MozaR5 will track rpms with it’s leds.
Use this config (or add relevant block to an existing config):
configs =
({
sim = "default";
car = "default";
devices = ( {
device = "Serial";
type = "Wheel";
subtype = "MozaR5";
devpath = "/dev/ttyACM0";
baud = 115200;
}
);
});