From ff5a8e81fc1f66b7a0d41b082eadf5c5441f49fa Mon Sep 17 00:00:00 2001
From: Alec Delaney <89490472+tekktrik@users.noreply.github.com>
Date: Wed, 21 Sep 2022 20:00:21 -0400
Subject: [PATCH] Add BLE beacon library (now just iBeacon)
---
.gitmodules | 3 +++
docs/drivers.rst | 1 +
libraries/helpers/ble_beacon | 1 +
3 files changed, 5 insertions(+)
create mode 160000 libraries/helpers/ble_beacon
diff --git a/.gitmodules b/.gitmodules
index 2a80ab1f..d9473816 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -917,3 +917,6 @@
[submodule "libraries/drivers/pcf8575"]
path = libraries/drivers/pcf8575
url = https://github.com/adafruit/Adafruit_CircuitPython_PCF8575.git
+[submodule "libraries/helpers/ble_beacon"]
+ path = libraries/helpers/ble_beacon
+ url = https://github.com/adafruit/Adafruit_CircuitPython_BLE_Beacon.git
diff --git a/docs/drivers.rst b/docs/drivers.rst
index a10f28c1..821c3672 100644
--- a/docs/drivers.rst
+++ b/docs/drivers.rst
@@ -136,6 +136,7 @@ Helpers for Bluetooth Low Energy (BLE).
BLE Adafruit Services
BLE Apple Media Service
BLE Apple Notification Center Service
+ BLE Location Beacons
BLE BerryMed Pulse Oximeter Service
BLE BroadcastNet
BLE Cycling Speed and Cadence
diff --git a/libraries/helpers/ble_beacon b/libraries/helpers/ble_beacon
new file mode 160000
index 00000000..a6735cb1
--- /dev/null
+++ b/libraries/helpers/ble_beacon
@@ -0,0 +1 @@
+Subproject commit a6735cb197442956c2ceb95a6655c8d154316e72