You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 23, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: docs/how-to-use.md
+15-6Lines changed: 15 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,24 +27,29 @@ Commands are accessible through :
27
27
- Device's features :
28
28
- NeoPixels
29
29
- Buttons (A & B)
30
-
-Sound - .wav files
30
+
-Playing .wav files
31
31
- Red LED
32
32
- Switch
33
33
- Green LED
34
+
- Light sensor
35
+
- Motion sensors
36
+
- Acceleration detection
37
+
- Board shake detection
34
38
- Temperature sensor
39
+
- Touch sensors
35
40
36
41
## Not supported yet
37
42
38
43
- Auto-detect/format the device
39
44
- Serial monitor for the device
40
45
- Debugger for the simulator
41
46
- Device's features
42
-
- Light sensor
43
-
- Motion sensors
44
47
- 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
48
53
49
54
## Troubleshooting Tips
50
55
@@ -53,3 +58,7 @@ Commands are accessible through :
53
58
- To open the output panel again after closing it go to VS Code menu : `View->Output`.
54
59
- If you have pylint enabled, it might underline the import of the adafruit_circuitplayground library, but it will work correctly.
55
60
- 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