Skip to content

Instantly share code, notes, and snippets.

View HectorCarreno's full-sized avatar
🏆
Develop tech, develop your life

Hector Carreno HectorCarreno

🏆
Develop tech, develop your life
View GitHub Profile
@HectorCarreno
HectorCarreno / I2C application with ESP WROOM 32 and ADXL345 Accelerometer
Last active March 27, 2020 04:13
Using the I2C driver provided by Espressif was developed this git for an ADLX345 accelerometer and ESP WROOM 32 MCU
/* 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