Skip to content

Commit af1e225

Browse files
committed
Tweaks
1 parent 2f50a52 commit af1e225

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/SparkFun_Apple_Accessory.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
44
#include <Arduino.h>
55
#include <Wire.h>
66
#include <SparkFun_Auth_3_CP.h> // Click here to get the library: http://librarymanager/All#SparkFun_Authentication_Coprocessor
7+
#include "src\SparkFun_iAP2.h"
78

8-
class SparkFunAppleAccessoryDriver : public SparkFuniAP2Driver
9+
class SparkFunAppleAccessoryDriver
910
{
1011
public:
1112
SparkFunAppleAccessoryDriver();
@@ -184,7 +185,7 @@ class SparkFunAppleAccessoryDriver : public SparkFuniAP2Driver
184185
void deallocAuthCert(void);
185186

186187
SparkFunAuth3CPArdI2C _authCoprocessor; // Instance of the authentication coprocessor
187-
SparkFuniAP2Driver _iAP2; // Instance of the iAP2 driver
188+
SparkFuniAP2Driver _iAP2; // Instance of the iAP2 driver (details are under NDA)
188189
uint8_t *_authCert; // Storage for the authentication certificate
189190
size_t _certSize; // The size of the authentication certificate
190191
char _authCertSerial[32 + 1]; // Storage for the certificate serial number

0 commit comments

Comments
 (0)