Change .hpp to .h

This commit is contained in:
Oleg Kalachev
2023-05-24 10:40:12 +03:00
parent f58bcbf75c
commit 87c75842f9
9 changed files with 9 additions and 407 deletions

View File

@@ -2,7 +2,7 @@
// Repository: https://github.com/okalachev/flix
#include <MPU9250.h>
#include "pid.hpp"
#include "pid.h"
static String command;
static String value;