/blink-example

Raspberry pi blinking LED, written in Ada

Primary LanguageAda

An example of how to make an raspberry pi LED blink, Written in the Ada programming language.

building

first Install the WiringPi library

compile with:
gnatmake -P blink_example.gpr -largs -lwiringPi

running

run with: sudo ./obj/blink_example

Click the button to change the blinking patten between Off, Blinking and On.