Files
pycom-documentation/content/tutorials/expansionboards/_index.md
gijsio 895d7954e8 Changing shield examples (#396)
* changed shield examples

* changed shield links

* added example text

* added getting-started

* added getting started

* upate shield getting started

* add new examples

* add sleep and scan examples

* update links

* changed links to release
2021-04-28 20:16:38 +02:00

1.0 KiB

title, aliases, disable_breadcrumbs
title aliases disable_breadcrumbs
Shields
tutorials/expansionboards/introduction.html
tutorials/expansionboards/introduction.md
chapter/tutorials/expansionboards
true

Note: Before using the Pysense, Pytrack and Pyscan boards, check the GitHub for the latest version of the libraries.

To use the Pysense, Pytrack or Pyscan, make a folder inside your project folder and call it lib. Then, copy the appropiate sensor libraries from the github repository to the folder. Always copy the pysense.py or pytrack.py and pycoproc.py files if you want to use the boards' functions. The pycoproc.py library also allows for a special sleep mode. An example for this is provided here

Note: Make sure to click upload to device to be able to import the appropriate libraries in your code!