Skip to content
This repository was archived by the owner on Dec 23, 2021. It is now read-only.

Commit 3bceb79

Browse files
FMounzChristellah
andauthored
Update how-to-use documentation (#115)
* Modified available features * removed line * correcting typo * another typo correction * adding more notes * adding footnote * remove plural in notes * changing note status * Update docs/how-to-use.md Co-Authored-By: Christellah <[email protected]> * Update docs/how-to-use.md Co-Authored-By: Christellah <[email protected]>
1 parent 4dae998 commit 3bceb79

File tree

1 file changed

+15
-6
lines changed

1 file changed

+15
-6
lines changed

docs/how-to-use.md

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,24 +27,29 @@ Commands are accessible through :
2727
- Device's features :
2828
- NeoPixels
2929
- Buttons (A & B)
30-
- Sound - .wav files
30+
- Playing .wav files
3131
- Red LED
3232
- Switch
3333
- Green LED
34+
- Light sensor
35+
- Motion sensors
36+
- Acceleration detection
37+
- Board shake detection
3438
- Temperature sensor
39+
- Touch sensors
3540

3641
## Not supported yet
3742

3843
- Auto-detect/format the device
3944
- Serial monitor for the device
4045
- Debugger for the simulator
4146
- Device's features
42-
- Light sensor
43-
- Motion sensors
4447
- Sound sensor
45-
- Touch sensors
46-
- Sound - tones
47-
- IR transmitter
48+
- Tones
49+
- Sound detection\*
50+
- IR transmitter\*
51+
- Motion sensors
52+
- Tap detection
4853

4954
## Troubleshooting Tips
5055

@@ -53,3 +58,7 @@ Commands are accessible through :
5358
- To open the output panel again after closing it go to VS Code menu : `View->Output`.
5459
- If you have pylint enabled, it might underline the import of the adafruit_circuitplayground library, but it will work correctly.
5560
- If you try to deploy to the device while it's plugged in but you still get an error saying it cannot find the board, make sure your Circuit Playground Express is formatted correctly and that its name matches `CIRCUITPY`.
61+
62+
### Note
63+
64+
\* Sensors currently not supported by the official adafruit_circuit_playground Express library (v2.1.2).

0 commit comments

Comments
 (0)