Added ADXL345 external component

This commit is contained in:
John Dillenburg
2025-03-02 20:07:36 -06:00
parent d0db0b074d
commit 5e3b681308
9 changed files with 400 additions and 1 deletions

View File

@@ -4,6 +4,8 @@ from esphome.const import CONF_ID
DEPENDENCIES = ['uart']
AUTO_LOAD = ['sensor']
CODEOWNERS = ["@jdillenburg"]
tfmini_ns = cg.esphome_ns.namespace('tfmini')
TFMiniComponent = tfmini_ns.class_('TFMiniComponent', cg.Component)