Support for ATECCA608B Cryptographic Coprocessor

This commit is contained in:
Thomas Göttgens
2022-10-13 12:55:28 +02:00
parent 7f05298172
commit a7fe69ed6b
5 changed files with 58 additions and 0 deletions

View File

@@ -80,6 +80,10 @@ uint8_t kb_model;
// The I2C address of the RTC Module (if found)
uint8_t rtc_found;
// Keystore Chips
uint8_t keystore_found;
ATECCX08A atecc;
bool eink_found = true;
uint32_t serialSinceMsec;