libretiny

This commit is contained in:
Mit4el
2024-09-20 12:45:17 +03:00
parent b32abb5a28
commit 596eb9cad4
78 changed files with 8577 additions and 63 deletions

View File

@@ -1,3 +1,4 @@
#ifndef LIBRETINY
#include <Wire.h>
#include "utils/SerialPrint.h"
@@ -29,4 +30,5 @@ void scanI2C() {
message += "done\n";
SerialPrint("i", "I2C Scaner", message);
}
}
#endif