updated math functions
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user