Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeffijoe/easypic-speedometer
A "speedometer" example using mikroC and an EasyPIC v7 controller. This was a school project, first time I ever used C.
https://github.com/jeffijoe/easypic-speedometer
Last synced: about 1 month ago
JSON representation
A "speedometer" example using mikroC and an EasyPIC v7 controller. This was a school project, first time I ever used C.
- Host: GitHub
- URL: https://github.com/jeffijoe/easypic-speedometer
- Owner: jeffijoe
- Created: 2013-11-08T12:35:05.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-11-08T13:59:57.000Z (about 11 years ago)
- Last Synced: 2024-04-14T22:12:06.007Z (7 months ago)
- Language: C
- Size: 109 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
EasyPIC-Speedometer
===================A "speedometer" example using mikroC and an EasyPIC v7 controller. This was a school project, first time I ever used C.
The idea is to simulate a speedometer, using the analog input range 0V to 5V. 0V = 0 km/hour, 5V = 200 km/h.
Unfortunately, since the analog-to-digital conversion only peaked at 1007 decimal (should be 1024),
I couldn't make it very accurate, but oh well.