File tree
23 files changed
+144
-34
lines changed- frozen
- locale
- ports/atmel-samd/boards/pirkey_m0
- py
- tests/import
23 files changed
+144
-34
lines changedSubmodule Adafruit_CircuitPython_CircuitPlayground updated 37 files
- docs/examples.rst+124-12
- examples/circuitplayground_acceleration.py
- examples/circuitplayground_acceleration_neopixels.py+27
- examples/circuitplayground_button_a.py+7
- examples/circuitplayground_button_b.py+14
- examples/circuitplayground_buttons_1_neopixel.py+17
- examples/circuitplayground_buttons_neopixels.py+17
- examples/circuitplayground_ir_receive.py+36
- examples/circuitplayground_ir_transmit.py+33
- examples/circuitplayground_light.py+9
- examples/circuitplayground_light_neopixels.py+26
- examples/circuitplayground_light_plotter.py+10
- examples/circuitplayground_neopixel_0_1.py+8
- examples/circuitplayground_play_file.py+10
- examples/circuitplayground_play_file_buttons.py+14
- examples/circuitplayground_play_tone.py+6
- examples/circuitplayground_play_tone_buttons.py+8
- examples/circuitplayground_red_led.py+5
- examples/circuitplayground_red_led_blinky.py+10
- examples/circuitplayground_red_led_blnky_short.py+8
- examples/circuitplayground_shake.py
- examples/circuitplayground_slide_switch.py+8
- examples/circuitplayground_slide_switch_red_led.py+11
- examples/circuitplayground_slide_switch_red_led_short.py+6
- examples/circuitplayground_sound_meter.py+56
- examples/circuitplayground_tap_red_led.py+15
- examples/circuitplayground_tapdetect.py
- examples/circuitplayground_tapdetect_single_double.py
- examples/circuitplayground_temperature_neopixels.py+32
- examples/circuitplayground_temperture.py+10
- examples/circuitplayground_temperture_plotter.py+11
- examples/circuitplayground_tone.py
- examples/circuitplayground_touch_pixel_fill_rainbow.py+31
- examples/circuitplayground_touch_pixel_rainbow.py+31
- examples/circuitplayground_touched.py
- examples/dip.wav
- examples/rise.wav
Lines changed: 9 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
460 | 460 |
| |
461 | 461 |
| |
462 | 462 |
| |
| 463 | + | |
| 464 | + | |
| 465 | + | |
| 466 | + | |
| 467 | + | |
| 468 | + | |
| 469 | + | |
| 470 | + | |
463 | 471 |
| |
464 | 472 |
| |
465 | 473 |
| |
|
Lines changed: 9 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
450 | 450 |
| |
451 | 451 |
| |
452 | 452 |
| |
| 453 | + | |
| 454 | + | |
| 455 | + | |
| 456 | + | |
| 457 | + | |
| 458 | + | |
| 459 | + | |
| 460 | + | |
453 | 461 |
| |
454 | 462 |
| |
455 | 463 |
| |
|
Lines changed: 9 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| |||
454 | 454 |
| |
455 | 455 |
| |
456 | 456 |
| |
| 457 | + | |
| 458 | + | |
| 459 | + | |
| 460 | + | |
| 461 | + | |
| 462 | + | |
| 463 | + | |
| 464 | + | |
457 | 465 |
| |
458 | 466 |
| |
459 | 467 |
| |
|
Lines changed: 9 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| |||
450 | 450 |
| |
451 | 451 |
| |
452 | 452 |
| |
| 453 | + | |
| 454 | + | |
| 455 | + | |
| 456 | + | |
| 457 | + | |
| 458 | + | |
| 459 | + | |
| 460 | + | |
453 | 461 |
| |
454 | 462 |
| |
455 | 463 |
| |
|
0 commit comments