From ec46ff0810a05d97d6604af75dd7fbad130a40e5 Mon Sep 17 00:00:00 2001 From: Jan-Simon Moeller Date: Fri, 2 Sep 2022 00:05:07 +0200 Subject: Initial version of Steering Wheel Microcontroller Firmware Reads all buttons and sends out CAN bus messages similar to the previous LIN converter. Best use thonny as IDE/Editor. Board is available on ttyACM0. Source code is stored on the board itself as: - boot.py (blinks board at boot) - main.py (main script that runs by default) The steering wheel decoder is in the steering-wheel subfolder. The monitor folder contains a simple serial monitor printing the CAN message. You need a CANpico board for this. The firmware used/tested with this code is in the firmware-CANpico subfolder. Signed-off-by: Jan-Simon Moeller Change-Id: I9751b6e0e7a2fc6cb6c82bb0a64719c6aa6ebe11 --- firmware-CANpico/LICENSE | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 firmware-CANpico/LICENSE (limited to 'firmware-CANpico/LICENSE') diff --git a/firmware-CANpico/LICENSE b/firmware-CANpico/LICENSE new file mode 100644 index 0000000..04fe80b --- /dev/null +++ b/firmware-CANpico/LICENSE @@ -0,0 +1,3 @@ +As per https://docs.micropython.org/en/v1.19.1/license.html , +the micropython sources that are used to build this firmware +are under MIT License. \ No newline at end of file -- cgit 1.2.3-korg