start mod06 ex00

This commit is contained in:
hugogogo
2025-03-15 18:56:04 +01:00
parent bd23d89706
commit 4f18cd2c56
6 changed files with 20 additions and 138 deletions

View File

@@ -4,6 +4,8 @@
int main() {
uart_init();
i2c_init();
i2c_start();
i2c_stop();
while(1);
}