Skip to content

Commit 14b774d

Browse files
committed
Update LIS2DW12Sensor.h
1 parent 61e961f commit 14b774d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ sentence=Ultra Low Power 3D accelerometer.
66
paragraph=This library provides Arduino support for the Ultra Low Power 3D accelerometer LIS2DW12 for STM32 boards.
77
category=Sensors
88
url=https://github.com/stm32duino/LIS2DW12
9-
architectures=stm32, avr, sam
9+
architectures=stm32, avr, sam, esp32

src/LIS2DW12Sensor.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444

4545

4646
/* Includes ------------------------------------------------------------------*/
47-
47+
#include <Arduino.h>
4848
#include "Wire.h"
4949
#include "SPI.h"
5050
#include "lis2dw12_reg.h"

0 commit comments

Comments
 (0)