Commit 4854e70c0ebf7fccc35fe0fd4b25b7bd6ce727e3
authorMichel Pollet <buserror@gmail.com>
Thu, 17 Dec 2009 20:31:23 +0000 (20:31 +0000)
committerMichel Pollet <buserror@gmail.com>
Thu, 17 Dec 2009 20:31:23 +0000 (20:31 +0000)
treefa3ae292330cd08ce8133d6760a80754fa9602d6
parent2467b8b7d75cf7d2adde82dac31f8ad3cc1a7f10
Message:
timer_64led: Brand new example board, opengl display too

This example is a real board firmware that was built and
works. The firmware was adapted lightly and now runs
perfectly in simavr. It's a "stopwatch" timer with a lot
of features.
The "board" generates a very complete waveform for a LOT
of interesting signals, like the 74HC595 latches, intetupts,
SPI activity and the lot.

This example is the crown jewel of simavr development so far,
because simavr was design with the goal of being able to simulate
one's own project, for real.

Signed-off-by: Michel Pollet <buserror@gmail.com>
8 files changed:
examples/board_timer_64led/Makefile [new file with mode: 0644]
examples/board_timer_64led/README [new file with mode: 0644]
examples/board_timer_64led/atmega168_timer_64led.c [new file with mode: 0644]
examples/board_timer_64led/atmega168_timer_64led.h [new file with mode: 0644]
examples/board_timer_64led/timer_64led.c [new file with mode: 0644]
examples/board_timer_64led/timer_led64_real.jpg [new file with mode: 0644]
examples/parts/hc595.c [new file with mode: 0644]
examples/parts/hc595.h [new file with mode: 0644]