]> git.tdb.fi Git - model-railway-devices.git/history - arducontrol/interface.c
Drop the pretense of C89, put declarations where they make sense
[model-railway-devices.git] / arducontrol / interface.c
2013-11-03 Mikko RasaDrop the pretense of C89, put declarations where they...
2013-11-02 Mikko RasaConnect some status leds to port B
2013-10-30 Mikko RasaMark module-private variables static
2013-10-30 Mikko RasaMake arducontrol interface asynchronous again
2013-10-28 Mikko RasaRespond to a zero-length packet with another zero-lengt...
2013-10-28 Mikko RasaRewrite arducontrol interface module to use the new...
2013-10-23 Mikko RasaAdd support for S88 feedback modules
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 RasaOrganize arducontrol code by functionality