4 Commits

Author SHA1 Message Date
John Dillenburg
1c5813746d Fix for double # syntax error 2025-09-10 14:01:29 -05:00
John Dillenburg
7dc846a6eb matthiazzz - The current adxl345 component in ESPHome relies on multiple external Adafruit libraries (Adafruit Unified Sensor, Adafruit BusIO, Adafruit ADXL345). This causes unnecessary dependencies, compilation overhead, and sometimes incompatibilities when used with tca9548a multiplexers.
I modified the component to remove all Adafruit library dependencies and instead use a lightweight, self-contained ESPHome driver for ADXL345. After these changes, multiple ADXL345 sensors can be used in combination with a TCA9548A I²C multiplexer without conflicts.
2025-09-06 15:38:59 -05:00
John Dillenburg
6eb6f0eed8 Fixed docs for adxl345 2025-03-14 15:36:55 -05:00
John Dillenburg
5e3b681308 Added ADXL345 external component 2025-03-02 20:07:36 -06:00