This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* I2C ADXL345 and Espressif ESP WROOM 32 | |
This is an input for developers world, it's a code checked and work for this accelerometer. | |
Any doubt, contact with the provider of this git. | |
*/ | |
#include <stdio.h> | |
#include "esp_log.h" | |
#include "driver/i2c.h" | |
/** | |
* BIKE TRACKER DEVELOPMENT |