File tree
47 files changed
+4559
-1199
lines changed- frozen
- locale
- ports
- atmel-samd/boards/circuitplayground_express_crickit
- mimxrt10xx
- common-hal
- busio
- microcontroller
- peripherals/mimxrt10xx/MIMXRT1011
- nrf
- boards
- common-hal/rtc
- supervisor
- py
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
47 files changed
+4559
-1199
lines changedLines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
| 6 | + | |
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
| |||
219 | 219 |
| |
220 | 220 |
| |
221 | 221 |
| |
| 222 | + | |
| 223 | + |
Submodule Adafruit_CircuitPython_BusDevice updated 11 files
- .github/workflows/build.yml+8-1
- .pylintrc+3-2
- CODE_OF_CONDUCT.md+9-7
- README.rst+1-1
- adafruit_bus_device/i2c_device.py+40-19
- adafruit_bus_device/spi_device.py+17-6
- docs/conf.py+70-48
- docs/conf_old.py+69-65
- examples/busdevice_read_register_i2c_simpletest.py+3-3
- examples/busdevice_read_register_spi_simpletest.py+4-4
- setup.py+21-29
Submodule Adafruit_CircuitPython_CircuitPlayground updated 21 files
- .github/workflows/build.yml+8-1
- .pylintrc+1-1
- CODE_OF_CONDUCT.md+9-7
- README.rst+9-3
- adafruit_circuitplayground/__init__.py+3-2
- adafruit_circuitplayground/bluefruit.py+18-7
- adafruit_circuitplayground/circuit_playground_base.py+29-10
- adafruit_circuitplayground/express.py+23-6
- docs/_static/circuit_playground_bluefruit_small.jpg
- docs/_static/circuit_playground_express_small.jpg
- docs/conf.py+83-51
- examples/advanced_examples/circuitplayground_acceleration_mapping_neopixels.py+6-6
- examples/advanced_examples/circuitplayground_gravity_pulls_pixel.py+16-7
- examples/advanced_examples/circuitplayground_tilting_arpeggios.py+20-10
- examples/circuitplayground_acceleration_neopixels.py+6-7
- examples/circuitplayground_ir_receive.py+3-1
- examples/circuitplayground_ir_transmit.py+7-4
- examples/circuitplayground_pixels_simpletest.py+4-4
- examples/circuitplayground_sound_meter.py+19-9
- examples/circuitplayground_touch_a1.py+1-1
- examples/circuitplayground_touch_all.py+7-7
Submodule Adafruit_CircuitPython_DotStar updated 11 files
Submodule Adafruit_CircuitPython_ESP32SPI updated 21 files
- .github/workflows/build.yml+8-1
- .pylintrc+1-1
- CODE_OF_CONDUCT.md+6-4
- adafruit_esp32spi/PWMOut.py+15-10
- adafruit_esp32spi/adafruit_esp32spi.py+266-184
- adafruit_esp32spi/adafruit_esp32spi_socket.py+47-33
- adafruit_esp32spi/adafruit_esp32spi_wifimanager.py+42-24
- adafruit_esp32spi/adafruit_esp32spi_wsgiserver.py+14-6
- adafruit_esp32spi/digitalio.py+30-16
- docs/conf.py+69-47
- examples/esp32spi_aio_post.py+13-6
- examples/esp32spi_cheerlights.py+5-3
- examples/esp32spi_localtime.py+15-11
- examples/esp32spi_secrets.py+5-5
- examples/esp32spi_simpletest.py+19-11
- examples/esp32spi_wpa2ent_aio_post.py+17-8
- examples/esp32spi_wpa2ent_simpletest.py+19-12
- examples/gpio/esp32spi_gpio.py+173
- examples/gpio/gpio.md+86
- examples/server/esp32spi_wsgiserver.py+48-21
- setup.py+21-32
Submodule Adafruit_CircuitPython_HID updated 16 files
- .github/workflows/build.yml+8-1
- .pylintrc+3-2
- CODE_OF_CONDUCT.md+9-7
- README.rst+10-5
- adafruit_hid/__init__.py+6-3
- adafruit_hid/consumer_control.py+5-1
- adafruit_hid/consumer_control_code.py+3-1
- adafruit_hid/gamepad.py+11-4
- adafruit_hid/keyboard.py+1-1
- adafruit_hid/keyboard_layout_us.py+129-128
- adafruit_hid/keycode.py+7-3
- adafruit_hid/mouse.py+4-3
- docs/conf.py+64-47
- examples/hid_joywing_gamepad.py+14-10
- examples/hid_simple_gamepad.py+7-4
- setup.py+22-30
Submodule Adafruit_CircuitPython_LIS3DH updated 11 files
Submodule Adafruit_CircuitPython_Motor updated 11 files
Submodule Adafruit_CircuitPython_Register updated 16 files
- .github/workflows/build.yml+8-1
- .pylintrc+3-2
- CODE_OF_CONDUCT.md+9-7
- adafruit_register/i2c_bcd_alarm.py+24-13
- adafruit_register/i2c_bcd_datetime.py+20-12
- adafruit_register/i2c_bit.py+8-6
- adafruit_register/i2c_bits.py+16-11
- adafruit_register/i2c_struct.py+6-3
- adafruit_register/i2c_struct_array.py+10-4
- docs/conf.py+68-46
- docs/conf_old.py+70-66
- examples/register_rwbit.py+9-7
- examples/register_rwbits.py+9-7
- examples/register_simpletest.py+6-4
- examples/register_unarystruct.py+8-6
- setup.py+20-28
Submodule Adafruit_CircuitPython_Requests updated 12 files
- .github/workflows/build.yml+8-1
- .pylintrc+1-1
- CODE_OF_CONDUCT.md+7-5
- adafruit_requests.py+19-8
- docs/conf.py+65-47
- examples/requests_advanced.py+10-10
- examples/requests_advanced_cellular.py+63
- examples/requests_advanced_ethernet.py+55
- examples/requests_simpletest.py+17-17
- examples/requests_simpletest_cellular.py+81
- examples/requests_simpletest_ethernet.py+112
- setup.py+21-31
Submodule Adafruit_CircuitPython_seesaw updated 19 files
- .github/workflows/build.yml+8-1
- .pylintrc+1-1
- CODE_OF_CONDUCT.md+90-35
- adafruit_seesaw/analoginput.py+2
- adafruit_seesaw/crickit.py+33-10
- adafruit_seesaw/digitalio.py+2
- adafruit_seesaw/keypad.py+9-1
- adafruit_seesaw/neopixel.py+19-5
- adafruit_seesaw/pwmout.py+3-1
- adafruit_seesaw/robohat.py+32-17
- adafruit_seesaw/samd09.py+9-2
- adafruit_seesaw/seesaw.py+46-24
- adafruit_seesaw/tftshield18.py+35-16
- docs/conf.py+76-50
- examples/seesaw_crickit_test.py+9-12
- examples/seesaw_joy_featherwing.py+13-11
- examples/seesaw_minitft_featherwing.py+16-14
- examples/seesaw_simpletest.py+2-2
- setup.py+20-28
Lines changed: 8 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
82 | 82 |
| |
83 | 83 |
| |
84 | 84 |
| |
85 |
| - | |
| 85 | + | |
86 | 86 |
| |
87 | 87 |
| |
88 | 88 |
| |
| |||
1269 | 1269 |
| |
1270 | 1270 |
| |
1271 | 1271 |
| |
| 1272 | + | |
| 1273 | + | |
| 1274 | + | |
| 1275 | + | |
1272 | 1276 |
| |
1273 | 1277 |
| |
1274 | 1278 |
| |
| |||
2137 | 2141 |
| |
2138 | 2142 |
| |
2139 | 2143 |
| |
2140 |
| - | |
2141 |
| - | |
2142 |
| - | |
2143 |
| - | |
2144 | 2144 |
| |
2145 | 2145 |
| |
2146 | 2146 |
| |
| |||
3158 | 3158 |
| |
3159 | 3159 |
| |
3160 | 3160 |
| |
3161 |
| - | |
3162 |
| - | |
| 3161 | + | |
| 3162 | + | |
3163 | 3163 |
| |
3164 | 3164 |
| |
3165 | 3165 |
| |
|
Lines changed: 8 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
81 | 81 |
| |
82 | 82 |
| |
83 | 83 |
| |
84 |
| - | |
| 84 | + | |
85 | 85 |
| |
86 | 86 |
| |
87 | 87 |
| |
| |||
1257 | 1257 |
| |
1258 | 1258 |
| |
1259 | 1259 |
| |
| 1260 | + | |
| 1261 | + | |
| 1262 | + | |
| 1263 | + | |
1260 | 1264 |
| |
1261 | 1265 |
| |
1262 | 1266 |
| |
| |||
2113 | 2117 |
| |
2114 | 2118 |
| |
2115 | 2119 |
| |
2116 |
| - | |
2117 |
| - | |
2118 |
| - | |
2119 |
| - | |
2120 | 2120 |
| |
2121 | 2121 |
| |
2122 | 2122 |
| |
| |||
3132 | 3132 |
| |
3133 | 3133 |
| |
3134 | 3134 |
| |
3135 |
| - | |
3136 |
| - | |
| 3135 | + | |
| 3136 | + | |
3137 | 3137 |
| |
3138 | 3138 |
| |
3139 | 3139 |
| |
|
0 commit comments