Firmware for an AVR based speedometer that uses serial
Arduino or AVR Dude can be used to load the code onto the AVR. ATMega8 was used for development.
Can be used to pull speed data from a NEO-6M GPS module and drive a stepper motor to display speed. Can be used to make a speedometer for an older car that does not have a speedometer.
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request
v1.0 Initial Release
Taylor Daniska taylordaniska@gmail.com