Project

General

Profile

Statistics
| Branch: | Revision:

scoutece / forklift / code / Makefile @ 0bd4bb32

History | View | Annotate | Download (339 Bytes)

# Date Author Comment
048ed7e1 03/20/2012 10:26 PM Thomas Mullins

Added analog.c for line following and linear pot

Most of the line following was copy-pasted from Colony 3. Still unsure
about prescaler, which used to be 2 for some reason but is now 64.

a52b0259 03/01/2012 11:46 AM Thomas Mullins

Added code for forklift AVR

twi.c and twi.h were taken from Arduino's library. forklift.c currently
implements i2c slave communication, but no motor control or sensor input
yet.