Part 3: I2C
~60-75 min
Welcome back from lunch. In this module, you'll move beyond GPIO to a communication protocol — I2C. More importantly, you'll experience the embedded-hal abstraction in action by using a driver crate that works across any microcontroller.
What You'll Do
- Bus scan — discover what I2C devices are connected to your uFerris board
- Driver crate — use a third-party driver to read real sensor data
- Adaptation challenge — explore a second sensor or different driver configuration