doc: fix typos
This commit is contained in:
parent
403f9181e3
commit
51c2a63039
10
README.md
10
README.md
|
|
@ -3,10 +3,10 @@
|
|||
Code de la tourelle de pointage laser du projet bouchons EDF.
|
||||
|
||||
> [!WARNING]
|
||||
> Code de debuggage uniquement.
|
||||
> Code de débogage uniquement.
|
||||
|
||||
> [!IMPORTANT]
|
||||
> Nouvelle méca, les axes H/x et V/y sont découplés.
|
||||
> Nouvelle mécanique, les axes H/x et V/y sont découplés.
|
||||
|
||||
## Usage
|
||||
|
||||
|
|
@ -22,7 +22,7 @@ Compile through Arduino IDE or equivalent.
|
|||
right (max value).
|
||||
- **y** is the vertical axis centered at 0 and going from bottom (min value) to
|
||||
top (max value).
|
||||
- **z** is the distance between the turrent and the target.
|
||||
- **z** is the distance between the turret and the target.
|
||||
|
||||
```mermaid
|
||||
xychart-beta
|
||||
|
|
@ -34,7 +34,7 @@ xychart-beta
|
|||
|
||||
## Development
|
||||
|
||||
Required dependeinces if not using
|
||||
Required dependencies if not using
|
||||
[Arduino IDE](https://www.arduino.cc/en/software/):
|
||||
|
||||
- [Arduino CLI](https://docs.arduino.cc/arduino-cli/):
|
||||
|
|
@ -62,5 +62,5 @@ config and libraries.
|
|||
|
||||
## Contributing
|
||||
|
||||
Before `git commit`, run `git clang-format --staged` to format stagged files and
|
||||
Before `git commit`, run `git clang-format --staged` to format staged files and
|
||||
then `git add` to commit formatting.
|
||||
|
|
|
|||
Loading…
Reference in a new issue