Skip to content

Commit

Permalink
Add BMS abbreviation and fix a typo (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
BlakeFreer authored Oct 26, 2024
1 parent 6e6610d commit 0c66068
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/firmware/dev-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ With the environment activated, change into `racecar/` and install CANgen:
pip install -e scripts/cangen
```

> The `-e` flag is _very_ important. It install CANgen as an editable package which means you won't have to reinstall when the package is changed.
> The `-e` flag is _very_ important. It installs CANgen as an editable package which means you won't have to reinstall when the package is changed.
You can now start developing in `racecar`! However, I recommend you configure your IDE with `clangd`, so continue to the next section.

Expand Down
1 change: 1 addition & 0 deletions docs/includes/abbreviations.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@
*[LV]: Low Voltage. The vehicle circuit that powers all non-motor electronics. Contrast with HV.
*[HV]: High Voltage. The vehicle circuit which powers our motors. Contrast with LV.
*[MCAL]: MicroController Abstraction Layer.
*[BMS]: Battery Management System. A vehicle device responsible for consistently and safely drawing power from the accumulator / battery.

0 comments on commit 0c66068

Please sign in to comment.