8000 Merge pull request #1333 from sommersoft/drivers_page · sparkfun/circuitpython@3ace9ea · GitHub
[go: up one dir, main page]

Skip to content
< 8000 header class="HeaderMktg header-logged-out js-details-container js-header Details f4 py-3" role="banner" data-is-top="true" data-color-mode=light data-light-theme=light data-dark-theme=dark>

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3ace9ea

Browse files
authored
Merge pull request adafruit#1333 from sommersoft/drivers_page
Update Core Drivers Page [3.x]
2 parents adf9b21 + 3f9b0f7 commit 3ace9ea

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ env:
2424
- TRAVIS_BOARD=gemma_m0
2525
- TRAVIS_BOARD=hallowing_m0_express
2626
- TRAVIS_BOARD=feather52832
27-
- TRAVIS_BOARD=pca10056
27+
# - TRAVIS_BOARD=pca10056
2828
- TRAVIS_TEST=qemu
2929
- TRAVIS_TEST=unix
3030
- TRAVIS_TEST=docs

docs/drivers.rst

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@ These libraries build on top of the low level APIs to simplify common tasks.
6666
AVR programming <https://circuitpython.readthedocs.io/projects/avrprog/en/latest/>
6767
DC Motor and Servo <https://circuitpython.readthedocs.io/projects/motor/en/latest/>
6868
SD Card <https://circuitpython.readthedocs.io/projects/sd/en/latest/>
69+
miniQR Non-hardware QR code generator <https://circuitpython.readthedocs.io/projects/miniqr/en/latest/>
70+
Slideshow <https://circuitpython.readthedocs.io/projects/slideshow/en/latest/>
71+
LED Animation <https://adafruit-circuitpython-led-animation.readthedoc.io/en/latest/>
6972

7073
Blinky
7174
--------
@@ -111,6 +114,7 @@ Motion relating sensing including ``acceleration``, ``magnetic``, ``gyro``, and
111114

112115
.. toctree::
113116

117+
ADXL34x 3 Axis Accelerometer <https://circuitpython.readthedocs.io/projects/adxl34x/en/latest/>
114118
BNO055 Accelerometer, Magnetometer, Gyroscope and Absolution Orientation <https://circuitpython.readthedocs.io/projects/bno055/en/latest/>
115119
FXAS21002C Gyroscope <https://circuitpython.readthedocs.io/projects/fxas21002c/en/latest/>
116120
FXOS8700 Accelerometer <https://circuitpython.readthedocs.io/projects/fxos8700/en/latest/>
@@ -119,6 +123,7 @@ Motion relating sensing including ``acceleration``, ``magnetic``, ``gyro``, and
119123
LSM303 Accelerometer and Magnetometer <https://circuitpython.readthedocs.io/projects/lsm303/en/latest/>
120124
LSM9DS0 Accelerometer, Magnetometer, Gyroscope and Temperature <https://circuitpython.readthedocs.io/projects/lsm9ds0/en/latest/>
121125
LSM9DS1 Accelerometer, Magnetometer, Gyroscope and Temperature <https://circuitpython.readthedocs.io/projects/lsm9ds1/en/latest/>
126+
MLX90390 3 Axis Mangetometer <https://circuitpython.readthedocs.io/projects/mlx90393/en/latest/>
122127
MMA8451 3 axis accelerometer <https://circuitpython.readthedocs.io/projects/mma8451/en/latest/>
123128

124129
Environmental Sensors
@@ -134,13 +139,18 @@ equivalent carbon dioxide (``eco2`` / ``eCO2``), and total volatile organic comp
134139
BME280 Temperature, Humidity and Pressure <https://circuitpython.readthedocs.io/projects/bme280/en/latest/>
135140
BME680 Temperature, Humidity, Pressure and Gas <https://circuitpython.readthedocs.io/projects/bme680/en/latest/>
136141
BMP280 Barometric Pressure and Altitude <https://circuitpython.readthedocs.io/projects/bmp280/en/latest/>
142+
BMP3xx Barometric Pressure and Altimeter <https://circuitpython.readthedocs.io/projects/bmp3xx/en/latest/>
137143
CCS811 Air Quality <https://circuitpython.readthedocs.io/projects/ccs811/en/latest/>
138144
DHT Temperature and Humidity <https://circuitpython.readthedocs.io/projects/dht/en/latest/>
139145
DS18x20 Temperature <https://circuitpython.readthedocs.io/projects/ds18x20/en/latest/>
146+
HTU21D Temperature and Humidity <https://circuitpython.readthedocs.io/projects/htu21d/en/latest>
140147
MAX31865 Thermocouple Amplifier, Temperature <https://circuitpython.readthedocs.io/projects/max31865/en/latest/>
141148
MAX31855 Thermocouple Amplifier, Temperature <https://circuitpython.readthedocs.io/projects/max31855/en/latest/>
149+
MAX31856 Thermocouple Amplifier, Temperature <https://circuitpython.readthedocs.io/projects/max31856/en/latest/>
142150
MCP9808 Temperature <https://circuitpython.readthedocs.io/projects/mcp9808/en/latest/>
151+
MP115A2 Barometric Pressure, Temperature <https://circuitpython.readthedocs.io/projects/mpl115a2/en/latest/>
143152
MPL3115A2 Barometric Pressure, Altitude and Temperature Sensor <https://circuitpython.readthedocs.io/projects/mpl3115a2/en/latest/>
153+
MPRLS Ported Absolute Pressure <https://circuitpython.readthedocs.io/projects/mprls/en/latest>
144154
SGP30 Air Quality <https://circuitpython.readthedocs.io/projects/sgp30/en/latest/>
145155
SHT31-D Temperature and Humidity <https://circuitpython.readthedocs.io/projects/sht31d/en/latest/>
146156
Si7021 Temperature and Humidity <https://circuitpython.readthedocs.io/projects/si7021/en/latest/>
@@ -161,6 +171,7 @@ These sensors detect light related attributes such as ``color``, ``light`` (unit
161171
TSL2591 High Dynamic Range Light Sensor <https://circuitpython.readthedocs.io/projects/tsl2591/en/latest/>
162172
VCNL4010 Proximity and Light <https://circuitpython.readthedocs.io/projects/vcnl4010/en/latest/>
163173
VEML6070 UV Index <https://circuitpython.readthedocs.io/projects/veml6070/en/latest/>
174+
VEML6075 UV Index <https://circuitpython.readthedocs.io/projects/veml6075/en/latest/>
164175

165176
Distance Sensors
166177
------------------
@@ -169,6 +180,8 @@ These sensors measure the ``distance`` to another object and may also measure li
169180

170181
.. toctree::
171182

183+
Garmin LIDARLite I2C <https://circuitpython.readthedocs.io/projects/lidarlite/en/latest>
184+
TFmini IR Time of Flight ~30cm - 12m <https://circuitpython.readthedocs.io/projects/tfmini/en/latest>
172185
VL6180x 5 - 100 mm <https://circuitpython.readthedocs.io/projects/vl6180x/en/latest/>
173186
VL53L0x ~30 - 1000 mm <https://circuitpython.readthedocs.io/projects/vl53l0x/en/latest/>
174187

@@ -179,6 +192,7 @@ These chips communicate to other's over radio.
179192

180193
.. toctree::
181194

195+
Adafruit Bluefruit LE SPI Friend <https://circuitpython.readthedocs.io/projects/bluefruitspi/en/latest/>
182196
RFM9x LoRa <https://circuitpython.readthedocs.io/projects/rfm9x/en/latest/>
183197
RFM69 Packet Radio <https://circuitpython.readthedocs.io/projects/rfm69/en/latest/>
184198

@@ -206,13 +220,18 @@ Miscellaneous
206220

207221
.. toctree::
208222

223+
CAP1188 8-Key Capacitive Touch <https://circuitpython.readthedocs.io/projects/cap1188/en/latest/>
209224
Si4713 Stereo FM Transmitter <https://circuitpython.readthedocs.io/projects/si4713/en/latest/>
210225
AMG88xx Grid-Eye IR Camera <https://circuitpython.readthedocs.io/projects/amg88xx/en/latest/>
211226
Trellis 4x4 Keypad <https://circuitpython.readthedocs.io/projects/trellis/en/latest/>
227+
NeoTrellis 4x4 Keypad <https://circuitpython.readthedocs.io/projects/neotrellis/en/latest>
228+
NeoTrellis M4 4x8 Keypad <https://circuitpython.readthedocs.io/projects/trellism4/en/latest/>
212229
DRV2605 Haptic Motor Controller <https://circuitpython.readthedocs.io/projects/drv2605/en/latest/>
213230
MAX9744 Audio Amplifier <https://circuitpython.readthedocs.io/projects/max9744/en/latest/>
214231
Si5351 Clock Generator <https://circuitpython.readthedocs.io/projects/si5351/en/latest/>
215232
Thermal Printer <https://circuitpython.readthedocs.io/projects/thermal_printer/en/latest/>
216233
VC0706 TTL Camera <https://circuitpython.readthedocs.io/projects/vc0706/en/latest/>
217234
INA219 High Side Current <https://circuitpython.readthedocs.io/projects/ina219/en/latest/>
218235
Fingerprint <https://circuitpython.readthedocs.io/projects/fingerprint/en/latest/>
236+
VS1053 Audio Codec <https://circuitpython.readthedocs.io/projects/vs1053/en/latest/>
237+
FRAM Non-Volatile Memory <https://circuitpython.readthedocs.io/projects/fram/en/latest/>

tools/build_adafruit_bins.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ rm -rf ports/atmel-samd/build*
22
rm -rf ports/esp8266/build*
33
rm -rf ports/nrf/build*
44

5-
ATMEL_BOARDS="arduino_zero circuitplayground_express circuitplayground_express_crickit feather_m0_basic feather_m0_adalogger itsybitsy_m0_express itsybitsy_m4_express feather_m0_rfm69 feather_m0_rfm9x feather_m0_express feather_m0_express_crickit feather_m4_express metro_m0_express metro_m4_express pirkey_m0 trinket_m0 gemma_m0 feather52832 feather_huzzah pca10056 hallowing_m0_express"
5+
ATMEL_BOARDS="arduino_zero circuitplayground_express circuitplayground_express_crickit feather_m0_basic feather_m0_adalogger itsybitsy_m0_express itsybitsy_m4_express feather_m0_rfm69 feather_m0_rfm9x feather_m0_express feather_m0_express_crickit feather_m4_express metro_m0_express metro_m4_express pirkey_m0 trinket_m0 gemma_m0 feather52832 feather_huzzah hallowing_m0_express"
66
ROSIE_SETUPS="rosie-ci"
77

88
PARALLEL="-j 5"

0 commit comments

Comments
 (0)
0