Project

General

Profile

Statistics
| Revision:

root / branches / encoders / code / projects / libdragonfly / encoders.c @ 1345

History | View | Annotate | Download (7.99 KB)

# Date Author Comment
1345 05/07/2009 12:45 AM Rich Hong

Final spline code for master/slave

updated outdated libdragonfly and libwireless

1191 04/23/2009 07:31 PM Rich Hong

move spline slave to sub-directory and update encoder_get_v function

854 09/22/2008 10:20 PM Justin Scheiner

Did a lot of cleaning up and commenting. Made the error codes returned
by encoder_read more explicit - so if you get weird values check the documentation.

A lot of stubs and incomplete code, I made these things explicit in the source and documentation.

844 09/15/2008 09:13 PM Justin Scheiner

Added some debug statements which SHOULD BE REMOVED UPON MOVING TO TRUNK

808 09/01/2008 09:38 PM Justin Scheiner

Fixed a quick bug.

807 09/01/2008 09:20 PM Justin Scheiner

Some more lines in the print function

806 09/01/2008 09:17 PM Justin Scheiner

Fixed an error with error detection, added a print array function.

799 09/01/2008 08:21 PM Justin Scheiner

Changed the code to KWoo's preference. Removed angry comment.

798 09/01/2008 08:16 PM Justin Scheiner

Minor style change - elseif's changed to a case :P

773 05/05/2008 10:13 PM Kevin Woo

Commented some of the encoder functions.

771 05/04/2008 08:08 PM Brad Neuman

control law for speed starting to work.
WARNING: can't use delay_ms with encoders_init

752 04/30/2008 01:23 AM Brad Neuman

fixed lost of bugs in the libraries for spi and encoder

749 04/28/2008 10:00 PM Brad Neuman

added another function pointer to encoders which gets called after all bytes are recv'd.
working on a behavior to drive in a straight line, but encoders are giving invalid on robot 5

677 04/04/2008 10:54 PM James Kong

encoder: added data array buffer and accumulators

676 04/04/2008 09:07 PM Justin Scheiner

Fixed a bug in encoders.

675 04/04/2008 08:46 PM Justin Scheiner

asdf

674 04/04/2008 07:43 PM Justin Scheiner

Wrote encoders.c and encoders.h Would GREATLY appreciate it if someone could check if I got the receive function correct. There was a lot of bit twiddling. Useful
functions still need to be written, however receiving raw encoder readings should work (not tested... so don't bet on it)

495 02/06/2008 08:21 PM Kevin Woo

Modified the spi module a bit. Didn't test it but this might be better.
Need to talk to Ben about it.

Started the encoders file. Nothing in there because I don't have a
stable SPI interface to work with yet.