arduino-libraries / ArduinoECCX08

76 stars 49 forks source link

Support for Adafruit SAMD51 Boards (ItsyBitsy M4) #8

Closed rsispal closed 5 years ago

rsispal commented 5 years ago

Hi,

Glad to see a library for this crypto chip and am keen to give them a try on some of my Adafruit ItsyBitsy M4's.

Assuming I will need to adjust the I2C bus as my chips aren't being picked up when I run the randomNumber example, though I'm using the standard pins. Is it just a matter of using ECCX08Class(TwoWire& wire, uint8_t address); to set my I2C interface?

rsispal commented 5 years ago

Never mind. Was a bad connection.

Some examples of AES encryption/decryption would be really helpful though.