panda/board/pedal
George Hotz 11c2b08c2f add fault invalid 2018-03-12 19:56:57 -07:00
..
.gitignore comma pedal is building 2018-02-27 20:06:47 -08:00
Makefile start work on canflasher 2018-03-10 10:13:30 -08:00
README add note 2018-03-05 11:55:41 -08:00
main.c add fault invalid 2018-03-12 19:56:57 -07:00

README

This is the firmware for the comma pedal. It borrows a lot from panda.

The comma pedal is a gas pedal interceptor for Honda/Acura. It allows you to "virtually" press the pedal.

This is the open source software. Note that it is not ready to use yet.

== Test Plan ==

* Startup
** Confirm STATE_FAULT_STARTUP
* Timeout
** Send value
** Confirm value is output
** Stop sending messages
** Confirm value is passthru after 100ms
** Confirm STATE_FAULT_TIMEOUT
* Random values
** Send random 6 byte messages
** Confirm random values cause passthru
** Confirm STATE_FAULT_BAD_CHECKSUM
* Same message lockout
** Send same message repeated
** Confirm timeout behavior
* Don't set enable
** Confirm no output
* Set enable and values
** Confirm output