This repository contains example code and resources for using the I²C (Inter-Integrated Circuit) protocol with various sensors and devices. The I²C protocol is a popular communication method used in embedded systems to connect microcontrollers and peripherals. 🤖
- 📚 Example code for interfacing with popular I²C devices, including temperature sensors, humidity sensors, gyroscopes, and magnetic encoders.
- Supported devices include:
- 🎯 MPU6050 (Gyroscope)
- 🧭 AS5600 (Magnetic Encoder)
- 🌡️ LM75 (Temperature Sensor)
- 💧 DHT11/DHT22 (Humidity Sensor)