From 15cd7b52ab26421241cbef5db58cd9fa54710e19 Mon Sep 17 00:00:00 2001 From: Imbus <> Date: Sat, 23 Mar 2024 22:19:48 +0100 Subject: [PATCH] MPU6050 header and source --- MPU6050.c | 1 + MPU6050.h | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 MPU6050.c create mode 100644 MPU6050.h diff --git a/MPU6050.c b/MPU6050.c new file mode 100644 index 0000000..54625b7 --- /dev/null +++ b/MPU6050.c @@ -0,0 +1 @@ +#include "MPU6050.h" \ No newline at end of file diff --git a/MPU6050.h b/MPU6050.h new file mode 100644 index 0000000..0285381 --- /dev/null +++ b/MPU6050.h @@ -0,0 +1,3 @@ +#pragma once + +#include \ No newline at end of file