File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 4
4
#include < Arduino.h>
5
5
#include < Wire.h>
6
6
#include < SparkFun_Auth_3_CP.h> // Click here to get the library: http://librarymanager/All#SparkFun_Authentication_Coprocessor
7
+ #include " src\SparkFun_iAP2.h"
7
8
8
- class SparkFunAppleAccessoryDriver : public SparkFuniAP2Driver
9
+ class SparkFunAppleAccessoryDriver
9
10
{
10
11
public:
11
12
SparkFunAppleAccessoryDriver ();
@@ -184,7 +185,7 @@ class SparkFunAppleAccessoryDriver : public SparkFuniAP2Driver
184
185
void deallocAuthCert (void );
185
186
186
187
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)
188
189
uint8_t *_authCert; // Storage for the authentication certificate
189
190
size_t _certSize; // The size of the authentication certificate
190
191
char _authCertSerial[32 + 1 ]; // Storage for the certificate serial number
You can’t perform that action at this time.
0 commit comments