Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1009 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 1009 Bytes

atmega_sensor_module

A simple AtMega code to expose encoder readings via I2C protocol. The encoders used in the project are two encoders (YUMO E6B2-CWZ3E Rotary Encoder Quadrature) attached to robot wheels.

I2C communication allows reset of encoder readings as well as ISR counter.

This is part of a robot hobby project in which AtMega is used as a companion microcontroller to Raspberry Pi 2 for real time tasks or reading analog inputs.

References / Credits

TODO