-
-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2d600cf
commit 0143158
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|