void setup() {
// Serial.begin(115200);
delay(500);
Wire.begin();
/*
//改時間
Clock.setSecond(10);//Set the second
Clock.setMinute(40);//Set the minute
Clock.setHour(1); //Set the hour
Clock.setDoW(7); //Set the day of the week
Clock.setDate(24); //Set the date of the month
Clock.setMonth(6); //Set the month of the year
Clock.setYear(18); //Set the year (Last two digits of the year)
*/
display.begin(SSD1306_SWITCHCAPVCC, 0x3C); // initialize with the I2C addr 0x3D (for the 128x64)
}
void ReadDS3231()//讀取時間
{