Skip to content

Commit

Permalink
Include ICM20948 driver into FlixPeriph.h
Browse files Browse the repository at this point in the history
  • Loading branch information
okalachev committed Dec 4, 2024
1 parent 4e368c5 commit 9133ac3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions FlixPeriph.h
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
#include "MPU9250.h"
#include "ICM20948.h"
#include "SBUS.h"
2 changes: 2 additions & 0 deletions logger.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#pragma once

#include <Arduino.h>

class Logger {
Expand Down

0 comments on commit 9133ac3

Please sign in to comment.