sha204-Breakout
sha204-Breakout copied to clipboard
Repository for ATSHA204 Example code and design files
Why is the pull-up resistor 100 K? Can I use 4.7K's resistor?
8*BIT_DELAY < 37 us (datasheet / Table 7-3) http://www.atmel.com/Images/Atmel-8885-CryptoAuth-ATSHA204A-Datasheet.pdf
I was getting the following error "unable to convert from uint32_t to uint8_t" when comparing on Arduino Studio for an ESP32 S3 MCU and using my own ESP32 libraries (see...
The timeouts are not correctly. For example: poll_delay = DEVREV_DELAY; poll_delay is defined as uint8_t; But its initializing macros are defined as float. And they are always less than 1....