mingw: make simavr compilable with MinGW
[simavr] / examples / board_ledramp / README
1
2 This contains a sample program to demonstrate the use of simavr
3 using 'custom' code, and own "peripherals". It shows how it is
4 possible to "hook" code to the AVR pins, and also how to make
5 "peripherals" and also hook them up to AVR pins.
6
7 The demo will display a running "led ramp" that are the representation
8 of the PORTB pins of the mega48.
9
10 The mega48 firmware runs a timer and a pin-change interrupt that
11 will react to a "button press".
12
13 The display uses opengl and "glut" so it should be very portable.
14 On most linux you will need "freeglut-dev" package.
15