updated math functions

This commit is contained in:
hugogogo
2025-03-15 18:15:30 +01:00
parent 16a5bcd313
commit ec928d14b1
12 changed files with 200 additions and 66 deletions

View File

@@ -1,15 +1,9 @@
#include "header.h"
void i2c_init(void) {
}
void i2c_start(void) {
}
void i2c_stop(void) {
}
// description
int main() {
uart_init();
i2c_init();
while(1);
}