diff --git a/README.md b/README.md index d3fc061..fbbf65f 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ An Arduino Library for Apple Accessories using iAP2 connections - precompiled fo This library supports communication with Apple Accessories using the iAP2 protocol, as defined in the Accessory Interface Specification (Release R44). Unfortunately, the Interface Specification is only available under NDA. This library is precompiled for the ESP32 to protect the source code. -iAP2 is supported over several transports, including Bluetooth, UART and USB. The [ESP32_BluetoothSerial](./examples/ESP32_BluetoothSerial/ESP32_BluetoothSerial.ino) example demonstrates how to communicate with an Accessory using ESP32 BluetoothSerial as the transport. The example depends on a modified version of BluetoothSerial which makes ACL more accessible. It also depends on a modified version of libbt.a which has been compiled with BLUEDROID, L2CAP and SDP enabled. +iAP2 is supported over several transports, including Bluetooth, UART and USB. The [ESP32_BluetoothSerial](./examples/ESP32_BluetoothSerial/ESP32_BluetoothSerial.ino) example demonstrates how to communicate with an Accessory using ESP32 BluetoothSerial as the transport. The example depends on a modified version of BluetoothSerial which makes ACL more accessible. It also depends on a modified version of libbt.a which has been compiled with SPP enabled. ## Repository Contents diff --git a/library.properties b/library.properties index 5ec20af..d85154a 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=SparkFun Apple Accessory Arduino Library -version=1.0.0 +version=1.0.2 author=SparkFun Electronics maintainer=SparkFun Electronics sentence=An Arduino library for SparkFun Apple Accessories diff --git a/src/SparkFun_Apple_Accessory.h b/src/SparkFun_Apple_Accessory.h index d1f088f..6c25b02 100644 --- a/src/SparkFun_Apple_Accessory.h +++ b/src/SparkFun_Apple_Accessory.h @@ -4,7 +4,7 @@ #include #include #include // Click here to get the library: http://librarymanager/All#SparkFun_Authentication_Coprocessor -#include "src\SparkFun_iAP2.h" +#include "src/SparkFun_iAP2.h" class SparkFunAppleAccessoryDriver { diff --git a/src/esp32/SparkFun_Apple_Accessory_Arduino_Library.a b/src/esp32/SparkFun_Apple_Accessory_Arduino_Library.a index d270946..e2eb212 100644 Binary files a/src/esp32/SparkFun_Apple_Accessory_Arduino_Library.a and b/src/esp32/SparkFun_Apple_Accessory_Arduino_Library.a differ