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

Update how-to-use documentation #115

Merged
merged 11 commits into from
Aug 15, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 15 additions & 6 deletions docs/how-to-use.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,24 +27,29 @@ Commands are accessible through :
- Device's features :
- NeoPixels
- Buttons (A & B)
- Sound - .wav files
- Playing .wav files
- Red LED
- Switch
- Green LED
- Light sensor
- Motion sensors
- Acceleration detection
- Board shake detection
- Temperature sensor
- Touch sensors

## Not supported yet

- Auto-detect/format the device
- Serial monitor for the device
- Debugger for the simulator
- Device's features
- Light sensor
- Motion sensors
- Sound sensor
- Touch sensors
- Sound - tones
- IR transmitter
- Tones
- Sound detection\*
- IR transmitter\*
- Motion sensors
- Tap detection

## Troubleshooting Tips

Expand All @@ -53,3 +58,7 @@ Commands are accessible through :
- To open the output panel again after closing it go to VS Code menu : `View->Output`.
- If you have pylint enabled, it might underline the import of the adafruit_circuitplayground library, but it will work correctly.
- 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`.

### Note

\* Sensors currently not supported by the official adafruit_circuit_playground Express library (v2.1.2).