MPU6050 header and source

This commit is contained in:
Imbus 2024-03-23 22:19:48 +01:00
parent bb69b840cf
commit 15cd7b52ab
2 changed files with 4 additions and 0 deletions

1
MPU6050.c Normal file
View file

@ -0,0 +1 @@
#include "MPU6050.h"

3
MPU6050.h Normal file
View file

@ -0,0 +1,3 @@
#pragma once
#include <stdint.h>