https://github.com/qureshizawar/line_follower
https://github.com/qureshizawar/line_follower
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/qureshizawar/line_follower
- Owner: qureshizawar
- Created: 2019-05-17T19:12:16.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-17T19:12:33.000Z (almost 6 years ago)
- Last Synced: 2025-01-13T09:11:59.140Z (4 months ago)
- Language: C
- Size: 22.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README #
Line follower robot programmed to follow a black taped line which outlined the route to take,
the robot was fitted with a monochrome camera that outputted pixel intensities and a set of IR sensors for collision detection.Please view main.c for an overview.