]> git.tdb.fi Git - model-railway-devices.git/history - arducontrol/monitor.c
Provide peak current since last read
[model-railway-devices.git] / arducontrol / monitor.c
2014-04-01 Mikko RasaProvide peak current since last read master
2014-04-01 Mikko RasaVolatile is not needed here
2013-11-03 Mikko RasaMake current and voltage readings public to other modules
2013-11-03 Mikko RasaDrop the pretense of C89, put declarations where they...
2013-11-02 Mikko RasaIncrease default overcurrent limit to 2500 milliamps
2013-11-02 Mikko RasaConnect some status leds to port B
2013-10-30 Mikko RasaMark module-private variables static
2013-10-23 Mikko RasaAdd functions for sending replies
2013-10-23 Mikko RasaPass command data through a pointer
2013-10-22 Mikko RasaMark parameterless functions as such with a void argume...
2013-10-21 Mikko RasaRewrite ADC code to cause less timing interference
2013-10-21 Mikko RasaOrganize arducontrol code by functionality