LED module for ATSHA204 examples.
This file defines helper functions that use Xplained board LED's to indicate success or failure and byte values (device version for instance).
Copyright (c) 2011-2018 Microchip Technology Inc. and its subsidiaries.
Functions | |
void | display_status (uint8_t device_present_mask, uint8_t sha204_revision) |
This function displays information using LEDs about the SHA204 devices on the Security Xplained board. More... | |
void | led_display_number (uint8_t value) |
This function displays a byte value using the Xplained LEDs. More... | |