Skip to content

Commit 9133ac3

Browse files
committed
Include ICM20948 driver into FlixPeriph.h
1 parent 4e368c5 commit 9133ac3

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

FlixPeriph.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
#include "MPU9250.h"
2+
#include "ICM20948.h"
23
#include "SBUS.h"

logger.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#pragma once
2+
13
#include <Arduino.h>
24

35
class Logger {

0 commit comments

Comments
 (0)