#include "../../../Common/Common.h"
#include <avr/io.h>
#include <stdbool.h>
#include <util/twi.h>
Functions | |
static void | TWI_Init (void) |
static void | TWI_ShutDown (void) |
static void | TWI_StopTransmission (void) |
static bool | TWI_SendByte (uint8_t Byte) |
static bool | TWI_ReceiveByte (uint8_t *Byte, bool LastByte) |
bool | TWI_StartTransmission (uint8_t SlaveAddress) |
Master mode TWI driver for the AT90USB1287, AT90USB1286, AT90USB647, AT90USB646, ATMEGA16U4 and ATMEGA32U4 AVRs.