Skip to content

Commit 7462be9

Browse files
authored
Merge pull request #245 from dhalbert/berrymed-pulse-oximeter
Add Adafruit_CircuitPython_BLE_Berrymed_Pulse_Oximeter
2 parents c7413d8 + 141fd7c commit 7462be9

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -676,3 +676,6 @@
676676
[submodule "libraries/helpers/bitbangio"]
677677
path = libraries/helpers/bitbangio
678678
url = https://github.com/adafruit/Adafruit_CircuitPython_BitbangIO.git
679+
[submodule "libraries/helpers/ble_berrymed_pulse_oximeter"]
680+
path = libraries/helpers/ble_berrymed_pulse_oximeter
681+
url = https://github.com/adafruit/Adafruit_CircuitPython_BLE_BerryMed_Pulse_Oximeter.git

docs/drivers.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,11 +120,12 @@ Helpers for Bluetooth Low Energy (BLE).
120120
BLE base library<https://circuitpython.readthedocs.io/projects/ble/en/latest/>
121121
BLE Apple Media Service <https://circuitpython.readthedocs.io/projects/ble_apple_media/en/latest/>
122122
BLE Apple Notification Center Service <https://circuitpython.readthedocs.io/projects/ble_apple_notification_center/en/latest/>
123+
BLE BerryMed Pulse Oximeter Service <https://circuitpython.readthedocs.io/projects/ble_berrymed_pulse_oximeter/en/latest/>
123124
BLE BroadcastNet <https://circuitpython.readthedocs.io/projects/ble_broadcastnet/en/latest/>
124125
BLE Cycling Speed and Cadence Service <https://circuitpython.readthedocs.io/projects/ble_cycling_speed_and_cadence/en/latest/>
125126
BLE Eddystone Beacon <https://circuitpython.readthedocs.io/projects/ble_eddystone/en/latest/>
126127
BLE Heart Rate Service <https://circuitpython.readthedocs.io/projects/ble_heart_rate/en/latest/>
127-
BLE iBBQ <https://circuitpython.readthedocs.io/projects/ble_ibbq/en/latest/>
128+
BLE iBBQ Service <https://circuitpython.readthedocs.io/projects/ble_ibbq/en/latest/>
128129
BLE Magic Light Service <https://circuitpython.readthedocs.io/projects/ble_magic_light/en/latest/>
129130
BLE MIDI <https://circuitpython.readthedocs.io/projects/ble_midi/en/latest/>
130131
BLE Radio <https://circuitpython.readthedocs.io/projects/ble-radio/en/latest/>

0 commit comments

Comments
 (0)