docs: Fix missing word
This commit is contained in:
parent
e8dcf104f6
commit
96f3a69462
1 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@ This repository contains a platformio library and an explanatory jupyter noteboo
|
|||
|
||||
## Jupyter notebook
|
||||
|
||||
Simply run `jupyter notebook` int his folder to start jupyter. Then open the mag_calibration notebook. There you all informations needed.
|
||||
Simply run `jupyter notebook` int his folder to start jupyter. Then open the mag_calibration notebook. There you find all informations needed.
|
||||
|
||||
## C++ implementation
|
||||
|
||||
|
|
@ -27,4 +27,4 @@ W = mag_cal.getW();
|
|||
V = mag_cal.getV();
|
||||
B = mag_cal.getB();
|
||||
incl = mag_cal.getInclination();
|
||||
```
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue