/* Tiny I2C David Johnson-Davies - www.technoblogy.com - 14th April 2018 CC BY 4.0 Licensed under a Creative Commons Attribution 4.0 International license: http://creativecommons.org/licenses/by/4.0/ */ #include "TinyI2CMaster.h" // Constants // Prepare register value to: Clear flags, and set USI to shift 8 bits i.e. count 16 clock edges. static const uint8_t USISR_8bit = 1<