Skip to content

Commit fcd268a

Browse files
authored
Merge pull request #295 from dhalbert/add-ble-lywsd03mmc
add ble_lywsd03mmc
2 parents 4dd2a11 + d17476b commit fcd268a

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -790,3 +790,6 @@
790790
[submodule "libraries/drivers/mcp2515"]
791791
path = libraries/drivers/mcp2515
792792
url = https://github.com/adafruit/Adafruit_CircuitPython_MCP2515.git
793+
[submodule "libraries/helpers/ble_lywsd03mmc"]
794+
path = libraries/helpers/ble_lywsd03mmc
795+
url = https://github.com/adafruit/Adafruit_CircuitPython_BLE_LYWSD03MMC.git

docs/drivers.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -131,11 +131,12 @@ Helpers for Bluetooth Low Energy (BLE).
131131
BLE Apple Notification Center Service <https://circuitpython.readthedocs.io/projects/ble_apple_notification_center/en/latest/>
132132
BLE BerryMed Pulse Oximeter Service <https://circuitpython.readthedocs.io/projects/ble_berrymed_pulse_oximeter/en/latest/>
133133
BLE BroadcastNet <https://circuitpython.readthedocs.io/projects/ble_broadcastnet/en/latest/>
134-
BLE Cycling Speed and Cadence Service <https://circuitpython.readthedocs.io/projects/ble_cycling_speed_and_cadence/en/latest/>
134+
BLE Cycling Speed and Cadence <https://circuitpython.readthedocs.io/projects/ble_cycling_speed_and_cadence/en/latest/>
135135
BLE Eddystone Beacon <https://circuitpython.readthedocs.io/projects/ble_eddystone/en/latest/>
136-
BLE Heart Rate Service <https://circuitpython.readthedocs.io/projects/ble_heart_rate/en/latest/>
137-
BLE iBBQ Service <https://circuitpython.readthedocs.io/projects/ble_ibbq/en/latest/>
138-
BLE Magic Light Service <https://circuitpython.readthedocs.io/projects/ble_magic_light/en/latest/>
136+
BLE Heart Rate <https://circuitpython.readthedocs.io/projects/ble_heart_rate/en/latest/>
137+
BLE iBBQ <https://circuitpython.readthedocs.io/projects/ble_ibbq/en/latest/>
138+
BLE LYWSD03MMC (Xiaomi Mijia) <https://circuitpython.readthedocs.io/projects/ble_lywsd03mmc/en/latest/>
139+
BLE Magic Light <https://circuitpython.readthedocs.io/projects/ble_magic_light/en/latest/>
139140
BLE MIDI <https://circuitpython.readthedocs.io/projects/ble_midi/en/latest/>
140141
BLE Radio <https://circuitpython.readthedocs.io/projects/ble-radio/en/latest/>
141142

libraries/helpers/ble_lywsd03mmc

Submodule ble_lywsd03mmc added at e173a52

0 commit comments

Comments
 (0)