|
Arduino Signature Library
2.0.1
Retrieving signature information from avr microprocessors
|
Class representing the signature of the microcontroller. More...
#include <Signature.hpp>
Static Public Member Functions | |
| static String | getSignature () |
| Get the signature as a string. More... | |
| static String | getChipName () |
| Get the name of the chip. More... | |
| static String | getSummary () |
| Writing a summary of the signature of the chip into a string. Usefully for giving information about the used microcontroller for debugging or logging intents. More... | |
Class representing the signature of the microcontroller.
|
inlinestatic |
Get the signature as a string.
|
static |
Get the name of the chip.
|
static |
Writing a summary of the signature of the chip into a string. Usefully for giving information about the used microcontroller for debugging or logging intents.
1.8.13