From 6dbea703b57c67ce0bace5ddf5f156e24821ef5d Mon Sep 17 00:00:00 2001 From: rusefillc <48498823+rusefillc@users.noreply.github.com> Date: Sat, 29 Jul 2023 08:29:35 -0400 Subject: [PATCH] Update readme.md --- simulator/readme.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/simulator/readme.md b/simulator/readme.md index b3b8045632..afbcc1ae60 100644 --- a/simulator/readme.md +++ b/simulator/readme.md @@ -7,3 +7,10 @@ Simulator runs a subset of ECU on your pc, easier to debug some things, tighter * mocked outputs * SocketCAN integration on Linux + + +One of ways to mock analog sensors +``` +// see SensorType.java for numeric ordinals +set_sensor_mock 4 90 +```