Project

General

Profile

Statistics
| Branch: | Revision:

root / forklift / code @ 0bd4bb32

# Date Author Comment
0bd4bb32 03/25/2012 12:07 AM Thomas Mullins

Added motor code for forklift, and fixed analog and i2c code after testing.

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.