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 #801 from dhalbert/2.x_cpx_freeze_express_hid
Freeze HID and Express into CPX 2.x firmware.
- Loading branch information
Showing
8 changed files
with
14 additions
and
4 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
Submodule Adafruit_CircuitPython_BusDevice
updated
14 files
+0 −1 | .readthedocs.yml | |
+4 −2 | .travis.yml | |
+64 −7 | README.rst | |
+1 −1 | adafruit_bus_device/i2c_device.py | |
+0 −14 | adafruit_bus_device/index.rst | |
+1 −1 | adafruit_bus_device/spi_device.py | |
+ − | docs/_static/favicon.ico | |
+8 −0 | docs/api.rst | |
+156 −0 | docs/conf.py | |
+0 −0 | docs/conf_old.py | |
+12 −0 | docs/examples.rst | |
+45 −0 | docs/index.rst | |
+17 −0 | examples/read_register_i2c.py | |
+20 −0 | examples/read_register_spi.py |
Submodule Adafruit_CircuitPython_CircuitPlayground
added at
a66991
Submodule Adafruit_CircuitPython_HID
added at
90e4ca
Submodule Adafruit_CircuitPython_LIS3DH
updated
11 files
+0 −0 | .readthedocs.yml | |
+4 −2 | .travis.yml | |
+31 −8 | README.rst | |
+75 −38 | adafruit_lis3dh.py | |
+ − | docs/_static/favicon.ico | |
+1 −1 | docs/api.rst | |
+18 −4 | docs/conf.py | |
+22 −0 | docs/examples.rst | |
+49 −0 | docs/index.rst | |
+11 −6 | examples/lis3dh_simpletest.py | |
+24 −26 | examples/tap.py |
Submodule Adafruit_CircuitPython_NeoPixel
updated
11 files
+0 −0 | .readthedocs.yml | |
+3 −2 | .travis.yml | |
+61 −9 | README.rst | |
+ − | docs/_static/favicon.ico | |
+0 −0 | docs/api.rst | |
+11 −3 | docs/conf.py | |
+8 −0 | docs/examples.rst | |
+48 −0 | docs/index.rst | |
+61 −0 | examples/neopixel_simpletest.py | |
+24 −0 | examples/pixel.py | |
+32 −12 | neopixel.py |
Submodule Adafruit_CircuitPython_Thermistor
updated
10 files
+0 −0 | .readthedocs.yml | |
+4 −2 | .travis.yml | |
+48 −5 | README.rst | |
+4 −1 | adafruit_thermistor.py | |
+ − | docs/_static/favicon.ico | |
+0 −0 | docs/api.rst | |
+18 −4 | docs/conf.py | |
+8 −0 | docs/examples.rst | |
+49 −0 | docs/index.rst | |
+21 −0 | examples/thermistor_simpletest.py |