mirror of
https://github.com/okalachev/flix.git
synced 2025-07-27 17:49:33 +00:00
Include SPI library to IMU module
This commit is contained in:
parent
1e9dc4a144
commit
4a045d89a4
@ -1,6 +1,7 @@
|
|||||||
// Copyright (c) 2023 Oleg Kalachev <okalachev@gmail.com>
|
// Copyright (c) 2023 Oleg Kalachev <okalachev@gmail.com>
|
||||||
// Repository: https://github.com/okalachev/flix
|
// Repository: https://github.com/okalachev/flix
|
||||||
|
|
||||||
|
#include <SPI.h>
|
||||||
#include <MPU9250.h>
|
#include <MPU9250.h>
|
||||||
|
|
||||||
#define IMU_CS_PIN 4 // chip-select pin for IMU SPI connection
|
#define IMU_CS_PIN 4 // chip-select pin for IMU SPI connection
|
||||||
|
Loading…
x
Reference in New Issue
Block a user