// I2C Master

#include <Wire.h>

const int SCL_Pin = 19; // Pin I2C
const int SDA_Pin = 18; // Pin I2C
