We need to get the buttons via the ISR to NERO with as little latency as possible. We also have to send out the can message.
Therefore we need a C app that:
- Uses a GPIO lib to recieve a button press under an ISR
- Send the status of the button to the VCU
- Send the button directly to NERO via possibly zenoh.io
We need to get the buttons via the ISR to NERO with as little latency as possible. We also have to send out the can message.
Therefore we need a C app that: