diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2022-09-02 00:05:07 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2022-09-02 00:05:07 +0200 |
commit | ec46ff0810a05d97d6604af75dd7fbad130a40e5 (patch) | |
tree | 4b8037d47e388c624e60a3a70badfcec34faf2f2 /LICENSE | |
parent | ecd7267d9ffa216610507c4f5bfd5e7a21691ebe (diff) |
Initial version of Steering Wheel Microcontroller Firmwaresandbox/jsmoeller/WIP
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 <jsmoeller@linuxfoundation.org>
Change-Id: I9751b6e0e7a2fc6cb6c82bb0a64719c6aa6ebe11
Diffstat (limited to 'LICENSE')
-rw-r--r-- | LICENSE | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -0,0 +1,23 @@ +Unless otherwise stated in the (sub-)folder or file, this software +is under the Apache-2.0 license. + +The shorthand used in the files is: + +SPDX-License-Identifier: Apache-2.0 + + +The license statement is below: + +Copyright 2022 The Linux Foundation + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License.
\ No newline at end of file |