File tree
14 files changed
+13
-14
lines changed- frozen
- ports/atmel-samd/boards
- circuitplayground_express_crickit
- circuitplayground_express_displayio
14 files changed
+13
-14
lines changedSubmodule Adafruit_CircuitPython_CircuitPlayground updated 22 files
- .github/workflows/build.yml+50
- .github/workflows/release.yml+81
- .gitignore-1
- .travis.yml-32
- README.rst+31-12
- adafruit_circuitplayground/circuit_playground_base.py+104-367
- docs/_static/circuit_playground_bluefruit.jpg
- docs/examples.rst+1-1
- examples/circuitplayground_acceleration.py+5-3
- examples/circuitplayground_bluefruit_loud_sound.py+15
- examples/circuitplayground_bluefruit_loud_sound_threshold.py+15
- examples/circuitplayground_bluefruit_sound_level.py+12
- examples/circuitplayground_bluefruit_sound_level_plotter.py+14
- examples/circuitplayground_light_neopixels.py+2-2
- examples/circuitplayground_neopixel_0.py+7
- examples/circuitplayground_neopixels_fill.py+5
- examples/circuitplayground_shake.py+1-1
- examples/circuitplayground_shake_red_led.py+9
- examples/circuitplayground_tapdetect.py+6-3
- examples/circuitplayground_tapdetect_single_double.py+2
- examples/circuitplayground_touch_a1.py+6
- examples/circuitplayground_touch_all.py
Submodule Adafruit_CircuitPython_seesaw updated 17 files
- .github/workflows/build.yml+50
- .github/workflows/release.yml+81
- .gitignore-1
- .travis.yml-32
- README.rst+25-42
- adafruit_seesaw/analoginput.py+14
- adafruit_seesaw/crickit.py+10-1
- adafruit_seesaw/digitalio.py+24-4
- adafruit_seesaw/keypad.py+35-1
- adafruit_seesaw/neopixel.py+24-1
- adafruit_seesaw/pwmout.py+6-1
- adafruit_seesaw/robohat.py+18-1
- adafruit_seesaw/samd09.py+19-1
- adafruit_seesaw/seesaw.py+40-5
- adafruit_seesaw/tftshield18.py+25-9
- docs/api.rst+34
- docs/conf.py+8-1
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
17 |
| - | |
18 | 17 |
| |
19 | 18 |
| |
| 19 | + | |
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
|
Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
19 |
| - | |
20 | 19 |
| |
21 | 20 |
| |
22 | 21 |
| |
|
0 commit comments