blob: bfa15dd431d98b43c6cd7ceff989047b620087a9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# project robotrun software
- [link naar robot productpagina](https://www.pololu.com/product/975/resources)
- [link naar wixel productpagina](https://www.pololu.com/product/1336/resources)
## make gedoe
deze commando's kun je uitvoeren op de command-line als je alle build tools
goed geïnstalleerd hebt. er hoort ook een configuratie te zijn voor visual
studio code. hievoor moet je de [makefile tools
extensie](https://marketplace.visualstudio.com/items?itemName=ms-vscode.makefile-tools)
installeren.
```sh
make # build
make flash # upload executable to robot
make clean # clean working directory
make format # format source and header files
make compile_commands # generate compile_commands.json (clangd)
```
|