mirror of
https://github.com/meshtastic/firmware.git
synced 2025-04-29 11:01:15 +00:00
parent
ea63f035d1
commit
adf1bc4b0e
@ -1,6 +1,6 @@
|
|||||||
#include "QMA6100PSensor.h"
|
#include "QMA6100PSensor.h"
|
||||||
|
|
||||||
#if !defined(ARCH_PORTDUINO) && !defined(ARCH_STM32WL) && !MESHTASTIC_EXCLUDE_I2C && HAS_QMA6100P
|
#if !defined(ARCH_PORTDUINO) && !defined(ARCH_STM32WL) && !MESHTASTIC_EXCLUDE_I2C && defined(HAS_QMA6100P)
|
||||||
|
|
||||||
// Flag when an interrupt has been detected
|
// Flag when an interrupt has been detected
|
||||||
volatile static bool QMA6100P_IRQ = false;
|
volatile static bool QMA6100P_IRQ = false;
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
#include "MotionSensor.h"
|
#include "MotionSensor.h"
|
||||||
|
|
||||||
#if !defined(ARCH_PORTDUINO) && !defined(ARCH_STM32WL) && !MESHTASTIC_EXCLUDE_I2C && HAS_QMA6100P
|
#if !defined(ARCH_PORTDUINO) && !defined(ARCH_STM32WL) && !MESHTASTIC_EXCLUDE_I2C && defined(HAS_QMA6100P)
|
||||||
|
|
||||||
#include <QMA6100P.h>
|
#include <QMA6100P.h>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user