mirror of
https://github.com/jdillenburg/esphome.git
synced 2026-03-18 12:19:14 -06:00
Added ADXL345 external component
This commit is contained in:
4
components/adxl345/sensor.py
Normal file
4
components/adxl345/sensor.py
Normal file
@@ -0,0 +1,4 @@
|
||||
# Empty sensor.py file
|
||||
# All functionality has been moved to __init__.py
|
||||
|
||||
from . import CONF_OFF_VERTICAL, CONF_JITTER, CONF_ACCEL_X, CONF_ACCEL_Y, CONF_ACCEL_Z
|
||||
Reference in New Issue
Block a user