Arduino Signature Library  2.0.1
Retrieving signature information from avr microprocessors
Data Structures | Static Public Member Functions
Signature Class Reference

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...
 

Detailed Description

Class representing the signature of the microcontroller.

Member Function Documentation

◆ getSignature()

static String Signature::getSignature ( )
inlinestatic

Get the signature as a string.

Returns
A string of the signature formatted as a hex value (with leading '0x').

◆ getChipName()

String Signature::getChipName ( )
static

Get the name of the chip.

Returns
Name as a string.

◆ getSummary()

String Signature::getSummary ( )
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.

Returns
A string containing a summary of the signature.

The documentation for this class was generated from the following files: