Simple example showing basic usage of the library to read an identification code from an iButton tag.
Uses functions readCode and printCode.
Example showing usage of the library to read an identification code from an iButton tag and handle all possible status codes.
Uses functions readCode and printCode.
Example showing usage of the library to read identification codes from multiple iButton tags connected to the same data line.
Uses functions readCodes, nextCode and printCode.
Example showing usage of the library to read an identification code from an iButton tag and check if it matches a predefined code.
Uses functions readCode, equalCode and printCode.
Example showing usage of the library to write an identification code to a (re)writable iButton tag and check if writing succeeded.
Uses functions readCode, equalCode, printCode, updateChecksum and writeCode.