From 15aef5396142c5dfd7123027c08b48f27f472265 Mon Sep 17 00:00:00 2001 From: gijsio <67470426+gijsio@users.noreply.github.com> Date: Mon, 3 Aug 2020 14:15:23 +0200 Subject: [PATCH] updated sleep content --- content/tutorials/expansionboards/_index.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/content/tutorials/expansionboards/_index.md b/content/tutorials/expansionboards/_index.md index d8afefe..2374b74 100644 --- a/content/tutorials/expansionboards/_index.md +++ b/content/tutorials/expansionboards/_index.md @@ -6,9 +6,9 @@ aliases: - chapter/tutorials/expansionboards disable_breadcrumbs: true --- ->Note: Before using the pysense and pytrac boards, check the [GitHub](https://github.com/pycom/pycom-libraries) for the latest version of the libraries. +>Note: Before using the Pysense, Pytrack and Pyscan boards, check the [GitHub](https://github.com/pycom/pycom-libraries) 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. +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](../expansionboards/sleep/) * [Pygate](../expansionboards/pygate/) * [Pysense](../expansionboards/pysense/) @@ -17,4 +17,5 @@ To use the Pysense, Pytrack or Pyscan, make a folder inside your project folder * [Pytrack 2.0 X](../expansionboards/pytrack2/) * [Pyscan](../expansionboards/pyscan/) + >Note: Make sure to click `upload to device` to be able to `import` the appropriate libraries in your code! \ No newline at end of file