diff options
| author | Dan Halbert <halbert@halwitz.org> | 2017-11-30 19:27:30 -0500 |
|---|---|---|
| committer | Scott Shawcroft <scott@tannewt.org> | 2017-12-03 20:31:01 -0800 |
| commit | 9ac6890d209ed2055321b39b5ae0d95709b076ea (patch) | |
| tree | 1b1c36ceac399a83be7244988b8b3f39cfbc31a1 | |
| parent | a41272dcd372d5603f8f4a49e7b608775ac1251c (diff) | |
update CPX frozen modules to latest versions
| -rw-r--r-- | .gitignore | 9 | ||||
| m--------- | frozen/Adafruit_CircuitPython_BusDevice | 0 | ||||
| m--------- | frozen/Adafruit_CircuitPython_LIS3DH | 0 | ||||
| m--------- | frozen/Adafruit_CircuitPython_NeoPixel | 0 | ||||
| m--------- | frozen/Adafruit_CircuitPython_Thermistor | 0 |
5 files changed, 9 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 6f19fe788..61219390e 100644 --- a/.gitignore +++ b/.gitignore @@ -48,3 +48,12 @@ _build # Generated rst files ###################### genrst/ + +# ctags and similar +################### +TAGS + +# Merge leftovers +################# +*.orig + diff --git a/frozen/Adafruit_CircuitPython_BusDevice b/frozen/Adafruit_CircuitPython_BusDevice -Subproject 39f28ed4e0e5a06fc33fd01c1efc8c52c4140f0 +Subproject be325b94a3254cc1dc8deccfcab8942b3d91577 diff --git a/frozen/Adafruit_CircuitPython_LIS3DH b/frozen/Adafruit_CircuitPython_LIS3DH -Subproject fa00b61d1bde90c3cf9cce74388cb9717058b2b +Subproject 8a7d9d99d2157376679735130b97bf236ccf755 diff --git a/frozen/Adafruit_CircuitPython_NeoPixel b/frozen/Adafruit_CircuitPython_NeoPixel -Subproject 1142f1c7fdc232a46d74dd4f1946a5f462ae255 +Subproject cafc445f080736beefb1694ae79359a3be0c7bb diff --git a/frozen/Adafruit_CircuitPython_Thermistor b/frozen/Adafruit_CircuitPython_Thermistor -Subproject 2d57c0ba9a09d6d30f0ae2b98aba9567c25e6fb +Subproject 0339da36f78d2a598c559c26df4b60245f34a54 |
