5 lines
86 B
C++
5 lines
86 B
C++
#include "stdio.h"
|
|
|
|
void i2c_test() {
|
|
printf("initializing i2c or something\n");
|
|
} |