Fix erronous icon links

This commit is contained in:
Christian Ehlers
2020-06-22 20:11:01 +02:00
parent 9ac010bd0f
commit 9cb0bf7268
23 changed files with 50 additions and 39 deletions

View File

@@ -24,7 +24,7 @@ while True:
time.sleep_ms(100)
```
![](/gitbook/assets/accelerometer_visualiser%20%281%29.png)
![](/gitbook/assets/accelerometer_visualiser.png)
If you want to visualise the data output by this script a Processing sketch is available [here](https://github.com/pycom/pycom-libraries/tree/master/examples/pytrack_pysense_accelerometer) that will show the board orientation in 3D.