Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 271 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 271 Bytes

AtCryptoAuthLib

Arduino library for the Atmel/Microchip ATECC508a

NOTE: You must change the i2c buffer length in the Wire library to make this work.
I changed it to 160 but a shorter length (72 maybe) may also work.

#define BUFFER_LENGTH 160