8 lines
109 B
C
8 lines
109 B
C
|
#include <stdio.h>
|
||
|
#include "mpu6050.h"
|
||
|
#include "i2c.h"
|
||
|
|
||
|
int main() {
|
||
|
printf("Hello\n");
|
||
|
return 0;
|
||
|
}
|