Update readme.md

This commit is contained in:
rusefillc 2023-07-29 08:29:35 -04:00 committed by GitHub
parent 4f07288ca2
commit 6dbea703b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -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
```