36#ifndef TWI_MASTER_H_INCLUDED
37#define TWI_MASTER_H_INCLUDED
42# include "sam_twim/twi_master.h"
43#elif (SAM3S || SAM3U || SAM3N || SAM3XA || SAM4S || SAM4E || SAM4N || SAM4C || SAMG || SAM4CP || SAM4CM)
46# include "xmega_twi/twi_master.h"
48# include "megarf_twi/twi_master.h"
50# if (defined AVR32_TWI)
51# include "uc3_twi/twi_master.h"
53# include "uc3_twim/twi_master.h"
56# error Unsupported chip type
TWI Master driver for SAM.