v0.5.0 #19

Merged
klassents merged 310 commits from v0.5.0 into main 2025-04-28 07:06:11 +03:00
2 changed files with 2 additions and 3 deletions
Showing only changes of commit 0bc9489100 - Show all commits

View File

@ -42,13 +42,12 @@ uint8_t masterGetData(uint8_t *buf, uint8_t dataSize)
void setup()
{
Serial.begin(115200);
Serial.begin(57600);
while (!Serial);
Serial.println("I2C master start");
// Initialize the device on the I2C bus as a master
Wire.begin();
Wire.setClock(400000);
}
void loop()

View File

@ -73,7 +73,7 @@ void receiveEvent(int bytesNum)
// ----------------------------------------- //
void setup()
{
Serial.begin(115200);
Serial.begin(57600);
while (!Serial);
Serial.println("I2C slave start");