Mikko Rasa [Mon, 28 Oct 2013 20:20:28 +0000 (22:20 +0200)]
Send at least four S88 data octets per packets if possible
Each packet has three bytes of overhead, which is pretty significant if
only a single data byte is sent. Grouping them in larger units increases
throughput and only produces a negligible increase in latency.
Mikko Rasa [Mon, 28 Oct 2013 18:28:07 +0000 (20:28 +0200)]
Rewrite ringbuffer implementation to be interrupt-safe
The earlier version had a race condition with the fill variable, where an
interrupt might execute in the middle of increment/decrement and do the
opposite operation. Each variable is now written to by only one end of
the buffer, eliminating the problem.
Mikko Rasa [Fri, 12 Nov 2010 21:03:19 +0000 (21:03 +0000)]
Change the input filtering for better suitability for unreliable track circuits
Reduce the amount of spam sent by s88w-t
Optimize the LCD output code in s88w-r
Mikko Rasa [Wed, 27 Oct 2010 16:14:17 +0000 (16:14 +0000)]
Support multiple timers (currently 0 and 1)
Provide functions for setting timers in µs as well as Hz
Rewrite interrupt callbacks as macros that directly create the ISR
Add an async mode for LCD
Fix DDRB in s88w-t
Mikko Rasa [Sat, 25 Sep 2010 08:46:20 +0000 (08:46 +0000)]
Add some utility functions for interfacing with hardware
Improve makefile to support uploading to Arduino Mini
Expand s88w protocol to support multiple transmitters
Add lcd output to s88w-r for debugging