Beginnings of I2C object functions

This commit is contained in:
Ea-r-th
2025-09-14 17:27:59 -07:00
parent 914fbf5a17
commit 183be36c64
4 changed files with 71 additions and 2 deletions

View File

@@ -2,3 +2,9 @@
// Created by Luca on 9/9/2025.
//
#include "SHAL_I2C.h"
void SHAL_I2C::init() volatile {
}