Introduction the avr/signature.h header file allows the user to automatically and easily include the device's signature data in a special section of the final linked elf file. this value can then be used by programming software to compare the on-device signature with the signature recorded in the elf file to look for a match before programming the device. api usage example usage is very simple; just include the header file:
Generated automatically by Doxygen for avr-libc from the source code.