File tree
19 files changed
+89
-49
lines changed- frozen
- ports/atmel-samd
- boards
- circuitplayground_express
- circuitplayground_express_crickit
- py
- tools
19 files changed
+89
-49
lines changedSubmodule Adafruit_CircuitPython_BusDevice updated 9 files
Submodule Adafruit_CircuitPython_CircuitPlayground updated 50 files
- .travis.yml+1-1
- README.rst+3-46
- adafruit_circuitplayground/__init__.py+29
- adafruit_circuitplayground/bluefruit.py+152
- adafruit_circuitplayground/circuit_playground_base.py+1.0k
- adafruit_circuitplayground/express.py+20-640
- docs/_static/microphone.jpg
- docs/api.rst+6
- docs/conf.py+3-1
- docs/examples.rst+4-4
- examples/advanced_examples/circuitplayground_acceleration_mapping_neopixels.py+48
- examples/advanced_examples/circuitplayground_gravity_pulls_pixel.py+85
- examples/advanced_examples/circuitplayground_tilting_arpeggios.py+132
- examples/circuitplayground_acceleration.py+4-2
- examples/circuitplayground_acceleration_neopixels.py+8-14
- examples/circuitplayground_button_a.py+3-3
- examples/circuitplayground_button_b.py+5-5
- examples/circuitplayground_buttons_1_neopixel.py+10-10
- examples/circuitplayground_buttons_neopixels.py+10-10
- examples/circuitplayground_ir_receive.py+14-9
- examples/circuitplayground_ir_transmit.py+16-11
- examples/circuitplayground_light.py+6-6
- examples/circuitplayground_light_neopixels.py+22-16
- examples/circuitplayground_light_plotter.py+5-5
- examples/circuitplayground_neopixel_0_1.py+4-4
- examples/circuitplayground_pixels_simpletest.py+8-12
- examples/circuitplayground_play_file.py+2-2
- examples/circuitplayground_play_file_buttons.py+5-5
- examples/circuitplayground_play_tone.py+3-3
- examples/circuitplayground_play_tone_buttons.py+5-5
- examples/circuitplayground_red_led.py+2-2
- examples/circuitplayground_red_led_blinky.py+3-3
- examples/circuitplayground_red_led_blnky_short.py+2-2
- examples/circuitplayground_shake.py+3-2
- examples/circuitplayground_slide_switch.py+2-2
- examples/circuitplayground_slide_switch_red_led.py+4-4
- examples/circuitplayground_slide_switch_red_led_short.py+2-2
- examples/circuitplayground_sound_meter.py+7-7
- examples/circuitplayground_tap_red_led.py+6-6
- examples/circuitplayground_tapdetect.py+4-3
- examples/circuitplayground_tapdetect_single_double.py+7-5
- examples/circuitplayground_temperature.py+10
- examples/circuitplayground_temperature_neopixels.py+21-18
- examples/circuitplayground_temperature_plotter.py+11
- examples/circuitplayground_temperture.py-10
- examples/circuitplayground_temperture_plotter.py-11
- examples/circuitplayground_tone.py+7-6
- examples/circuitplayground_touch_pixel_fill_rainbow.py+20-20
- examples/circuitplayground_touch_pixel_rainbow.py+20-20
- examples/circuitplayground_touched.py+10-9
Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
33 | 33 |
| |
34 | 34 |
| |
35 | 35 |
| |
| 36 | + | |
| 37 | + | |
| 38 | + | |
36 | 39 |
| |
37 | 40 |
| |
38 | 41 |
| |
|
Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
33 | 33 |
| |
34 | 34 |
| |
35 | 35 |
| |
| 36 | + | |
| 37 | + | |
| 38 | + | |
36 | 39 |
| |
37 | 40 |
| |
38 | 41 |
| |
|
Lines changed: 14 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
34 | 34 |
| |
35 | 35 |
| |
36 | 36 |
| |
37 |
| - | |
38 | 37 |
| |
39 | 38 |
| |
40 | 39 |
| |
| |||
69 | 68 |
| |
70 | 69 |
| |
71 | 70 |
| |
| 71 | + | |
72 | 72 |
| |
73 | 73 |
| |
74 | 74 |
| |
| |||
78 | 78 |
| |
79 | 79 |
| |
80 | 80 |
| |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
81 | 94 |
| |
82 | 95 |
| |
83 | 96 |
| |
|
Lines changed: 19 additions & 20 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
103 | 103 |
| |
104 | 104 |
| |
105 | 105 |
| |
106 |
| - | |
| 106 | + | |
107 | 107 |
| |
108 |
| - | |
109 |
| - | |
110 |
| - | |
111 |
| - | |
112 | 108 |
| |
113 |
| - | |
| 109 | + | |
114 <
10000
/td> | 110 |
| |
115 | 111 |
| |
116 | 112 |
| |
| |||
124 | 120 |
| |
125 | 121 |
| |
126 | 122 |
| |
127 |
| - | |
128 |
| - | |
129 |
| - | |
130 |
| - | |
131 |
| - | |
| 123 | + | |
| 124 | + | |
132 | 125 |
| |
133 | 126 |
| |
134 | 127 |
| |
135 |
| - | |
| 128 | + | |
| 129 | + | |
136 | 130 |
| |
| 131 | + | |
| 132 | + | |
137 | 133 |
| |
| 134 | + | |
138 | 135 |
| |
139 | 136 |
| |
140 |
| - | |
| 137 | + | |
141 | 138 |
| |
142 | 139 |
| |
143 | 140 |
| |
144 | 141 |
| |
145 | 142 |
| |
146 |
| - | |
| 143 | + | |
147 | 144 |
| |
148 | 145 |
| |
149 | 146 |
| |
| |||
173 | 170 |
| |
174 | 171 |
| |
175 | 172 |
| |
176 |
| - | |
177 |
| - | |
| 173 | + | |
| 174 | + | |
178 | 175 |
| |
179 | 176 |
| |
180 |
| - | |
| 177 | + | |
181 | 178 |
| |
182 | 179 |
| |
183 |
| - | |
| 180 | + | |
184 | 181 |
| |
185 | 182 |
| |
186 | 183 |
| |
| |||
227 | 224 |
| |
228 | 225 |
| |
229 | 226 |
| |
| 227 | + | |
| 228 | + | |
230 | 229 |
| |
231 | 230 |
| |
232 | 231 |
| |
| |||
345 | 344 |
| |
346 | 345 |
| |
347 | 346 |
| |
348 |
| - | |
| 347 | + | |
349 | 348 |
| |
350 |
| - | |
| 349 | + | |
351 | 350 |
| |
352 | 351 |
| |
353 | 352 |
| |
|
Lines changed: 18 additions & 13 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
39 | 39 |
| |
40 | 40 |
| |
41 | 41 |
| |
42 |
| - | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
43 | 46 |
| |
44 | 47 |
| |
45 | 48 |
| |
| |||
104 | 107 |
| |
105 | 108 |
| |
106 | 109 |
| |
107 |
| - | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
108 | 113 |
| |
109 | 114 |
| |
110 |
| - | |
| 115 | + | |
111 | 116 |
| |
112 | 117 |
| |
113 | 118 |
| |
| |||
120 | 125 |
| |
121 | 126 |
| |
122 | 127 |
| |
123 |
| - | |
| 128 | + | |
124 | 129 |
| |
125 | 130 |
| |
126 | 131 |
| |
| |||
186 | 191 |
| |
187 | 192 |
| |
188 | 193 |
| |
189 |
| - | |
| 194 | + | |
190 | 195 |
| |
191 |
| - | |
| 196 | + | |
192 | 197 |
| |
193 | 198 |
| |
194 | 199 |
| |
| |||
229 | 234 |
| |
230 | 235 |
| |
231 | 236 |
| |
232 |
| - | |
| 237 | + | |
233 | 238 |
| |
234 |
| - | |
| 239 | + | |
235 | 240 |
| |
236 |
| - | |
| 241 | + | |
237 | 242 |
| |
238 | 243 |
| |
239 | 244 |
| |
240 | 245 |
| |
241 | 246 |
| |
242 | 247 |
| |
243 |
| - | |
| 248 | + | |
244 | 249 |
| |
245 |
| - | |
| 250 | + | |
246 | 251 |
| |
247 | 252 |
| |
248 | 253 |
| |
| |||
265 | 270 |
| |
266 | 271 |
| |
267 | 272 |
| |
268 |
| - | |
| 273 | + | |
269 | 274 |
| |
270 |
| - | |
| 275 | + | |
271 | 276 |
| |
272 | 277 |
| |
273 | 278 |
| |
|
Lines changed: 18 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
42 | 42 |
| |
43 | 43 |
| |
44 | 44 |
| |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
45 | 61 |
| |
46 | 62 |
| |
47 | 63 |
| |
48 | 64 |
| |
49 | 65 |
| |
50 |
| - | |
| 66 | + | |
51 | 67 |
| |
52 | 68 |
| |
53 | 69 |
| |
| |||
72 | 88 |
| |
73 | 89 |
| |
74 | 90 |
| |
75 |
| - | |
| 91 | + | |
76 | 92 |
| |
77 | 93 |
| |
78 | 94 |
| |
|
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
61 | 61 |
| |
62 | 62 |
| |
63 | 63 |
| |
| 64 | + | |
64 | 65 |
| |
65 | 66 |
| |
66 | 67 |
| |
67 |
| - | |
| 68 | + | |
68 | 69 |
| |
69 | 70 |
| |
70 | 71 |
| |
|
0 commit comments