Pynode datasheet (#451)

* new Pynode Air sensors

* add pages on index

* add datasheets
This commit is contained in:
gijsio
2021-09-10 16:10:38 +02:00
committed by GitHub
parent c060fdd089
commit 2d680faa78
14 changed files with 140 additions and 26 deletions

View File

@@ -5,7 +5,7 @@ title: 'PyNode+'
The following PyNode+ BLE enabled sensors are now available:
* [PyNode Air](../pynode/pynodeair/)
* [PyNode AirQ](../pynode/pynodeairq/)
* [PyNode+ Air](pynodeair/)
* [PyNode+ AirQ](pynodeairq/)
> Please see the tutorials above to query the PuNode+ sensor from MicroPython or adjust the sleep time.
> Please see the tutorials above to query the PyNode+ sensor from MicroPython or adjust the sleep time.

View File

@@ -1,12 +1,12 @@
---
title: "PyNode+ AirQ Examples"
title: "PyNode+ Air Quality Examples"
aliases:
- tutorials/pynode/PyNodeAirQ.html
- tutorials/pynode/pynodeairq.md
- chapter/tutorials/pynode/PyNodeAirQ
---
You can use the following code to query the PyNode+ AirQ sensor from MicroPython
You can use the following code to query the PyNode+ Air Quality sensor from MicroPython
```python
from network import Bluetooth