Skip to content

chittadeep7/ESP32-I2C-communication-with-ESP32

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple MPU6050 driver for ESP32 that you can use in your project to read accelerometer, temperature and gyroscope values.

=>The MPU_read() function reads all the data inside the buffer. =>inside the task function conversion is done and data is printed out. =>main contain sthe I2C configuration and task creation.

****Tested on esp32 and wokwi using esp-idf v5.2.2 *****

├── CMakeLists.txt
├── main
│   ├── CMakeLists.txt
│   └── mpu6050.c
|   |__ mpu6060.h
└── README.md               

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published