forked from micropython/micropython
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from adafruit/main
Merge latest changes
- Loading branch information
Showing
170 changed files
with
5,732 additions
and
755 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
User-agent: * | ||
Allow: /*/latest/ | ||
Allow: /en/latest/ # Fallback for bots that don't understand wildcards | ||
Allow: /*/6.0.x/ | ||
Allow: /en/6.0.x/ # Fallback for bots that don't understand wildcards | ||
Disallow: / |
Submodule Adafruit_CircuitPython_BLE
updated
7 files
Submodule Adafruit_CircuitPython_DS3231
updated
2 files
+1 −1 | adafruit_ds3231.py | |
+0 −2 | examples/ds3231_simpletest.py |
Submodule Adafruit_CircuitPython_Display_Shapes
added at
07435f
Submodule Adafruit_CircuitPython_Display_Text
added at
92733f
Submodule Adafruit_CircuitPython_ESP32SPI
updated
9 files
Submodule Adafruit_CircuitPython_LC709203F
added at
9945e1
Submodule Adafruit_CircuitPython_LIS3DH
updated
5 files
+0 −2 | adafruit_lis3dh.py | |
+10 −10 | docs/conf.py | |
+5 −10 | examples/lis3dh_simpletest.py | |
+1 −1 | examples/lis3dh_spinner.py | |
+1 −1 | examples/lis3dh_spinner_advanced.py |
Submodule Adafruit_CircuitPython_LSM6DS
updated
33 files
Submodule Adafruit_CircuitPython_Motor
updated
3 files
+25 −0 | .github/workflows/test.yml | |
+139 −69 | adafruit_motor/stepper.py | |
+61 −0 | examples/motor_stepper_digitalio.py |
Submodule Adafruit_CircuitPython_ProgressBar
added at
f8206d
Submodule Adafruit_CircuitPython_Register
updated
1 files
+12 −7 | adafruit_register/i2c_bcd_datetime.py |
Submodule Adafruit_CircuitPython_ST7789
added at
e0225d
Submodule Adafruit_CircuitPython_seesaw
updated
5 files
+1 −1 | adafruit_seesaw/keypad.py | |
+1 −1 | adafruit_seesaw/tftshield18.py | |
+1 −1 | examples/seesaw_crickit_test.py | |
+0 −2 | examples/seesaw_joy_featherwing.py | |
+0 −2 | examples/seesaw_minitft_featherwing.py |
Submodule tinyusb
updated
40 files
Oops, something went wrong.