Project

General

Profile

Statistics
| Branch: | Revision:

root / toolbox @ 8c30fb1a

Name Size Revision Age Author Comment
  freemodbus 036b4f9a about 11 years Thomas Mullins Fixed annoying warnings about avr/signal.h
Makefile 817 Bytes a96c5547 about 11 years Thomas Mullins Moved tool address to Makefile
current.c 1.85 KB e8960789 about 11 years Thomas Mullins Fixed another overflow bug and removed isqrt
current.h 95 Bytes cbda92cc about 11 years Thomas Mullins Untested current RMS calculation It's not actu...
led.c 860 Bytes 94548bf4 over 11 years Thomas Mullins Moved timing to time.c, and increased period of...
led.h 688 Bytes 94548bf4 over 11 years Thomas Mullins Moved timing to time.c, and increased period of...
main.c 6.35 KB f4df665c about 11 years Thomas Mullins Switch ADC to timer 1 because timer 0 was taken...
rfid.c 875 Bytes bbf2f5ad over 11 years Thomas Mullins Added flushing before write to rfid reader And...
rfid.h 884 Bytes bbf2f5ad over 11 years Thomas Mullins Added flushing before write to rfid reader And...
serial.c 1.45 KB 6ca98a3f over 11 years Thomas Mullins Eradicated use of signed chars in serial *d'oh*
serial.h 232 Bytes e1d61b43 over 11 years Thomas Mullins Fixed compile errors; finished converting char ...
time.c 639 Bytes bbf2f5ad over 11 years Thomas Mullins Added flushing before write to rfid reader And...
time.h 258 Bytes 94548bf4 over 11 years Thomas Mullins Moved timing to time.c, and increased period of...

Latest revisions

# Date Author Comment
e8960789 02/28/2013 09:32 PM Thomas Mullins

Fixed another overflow bug and removed isqrt

db11713d 02/27/2013 08:38 PM Thomas Mullins

Fixed timing in current sensing

The ADC interrupt didn't clear the TIFR timer interrupt flag, which
means the ADC wasn't triggered again on the next compare match.

975af07c 02/18/2013 12:05 AM Thomas Mullins

Fixed overflow in current calculation

f4df665c 02/10/2013 03:20 PM Thomas Mullins

Switch ADC to timer 1 because timer 0 was taken. Oops.

cbda92cc 02/09/2013 10:40 PM Thomas Mullins

Untested current RMS calculation

It's not actually RMS, it's variance. Same general idea.

036b4f9a 02/03/2013 04:25 PM Thomas Mullins

Fixed annoying warnings about avr/signal.h

a96c5547 01/27/2013 09:10 PM Thomas Mullins

Moved tool address to Makefile

bbf2f5ad 12/13/2012 04:04 PM Thomas Mullins

Added flushing before write to rfid reader

And other various fixes and changes, which I don't remember. Changed
rfid reading to read every tick, but only try writing if enough ticks
have passed.

94548bf4 12/12/2012 07:29 PM Thomas Mullins

Moved timing to time.c, and increased period of rfid polling

10936c07 12/11/2012 03:39 PM Thomas Mullins

Added current sensing to toolbox

View revisions

Also available in: Atom