Skip to content

Instantly share code, notes, and snippets.

@EwaldvanGeffen
EwaldvanGeffen / ADXL345ALT.yaml
Created January 9, 2024 00:55
ADXL345.alt.h
esphome:
includes:
- packages/adxl345/ADXL345.alt.h
libraries:
- "Wire"
- "SPI"
- "Adafruit BusIO"
- "Adafruit Unified Sensor"
- "Adafruit ADXL345"
<?php
/**
* Command building and execution
*
* Most methods implement a "fluent interface" for easy method call chaining.
*
* @see http://pollinimini.net/blog/php-command-runner/
* @author Iván -DrSlump- Montes <[email protected]>
* @license BSD