├── I2C.cpp ├── I2C.h ├── README.md ├── examples └── HMC5883L │ └── HMC5883L.pde └── keywords.txt /I2C.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DSSCircuits/I2C-Master-Library/HEAD/I2C.cpp -------------------------------------------------------------------------------- /I2C.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DSSCircuits/I2C-Master-Library/HEAD/I2C.h -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DSSCircuits/I2C-Master-Library/HEAD/README.md -------------------------------------------------------------------------------- /examples/HMC5883L/HMC5883L.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DSSCircuits/I2C-Master-Library/HEAD/examples/HMC5883L/HMC5883L.pde -------------------------------------------------------------------------------- /keywords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DSSCircuits/I2C-Master-Library/HEAD/keywords.txt --------------------------------------------------------------------------------