Skip to content

Commit

Permalink
Create versions.md
Browse files Browse the repository at this point in the history
  • Loading branch information
thankthemaker authored Sep 25, 2023
1 parent 2d600cf commit 0143158
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions versions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Firmware versions and types


## Versions
Versions follow [symantic versioning](https://semver.org/). The update mechanism always tries to update to the latest compatible version.

## Types
rESCue firmware does support different hardware setups, therefore different types of the firmware exist.

### regular
The regular type uses CANBUS and supports addressable LEDs (e.g. Neopixel or other WS28.. based)

### cob
The COB type supports COB-LED-modules by driving one or two external MOSFET by PWM.

### uart
The UART type uses UART instead of CANBUS to "talk" to the VESC.

### cob_uart
The cob_uart type supports COB-LED-modules by driving one or two external MOSFET by PWM and uses UART for communication with the VESC.

0 comments on commit 0143158

Please sign in to comment.