3.2. Gpioserver, Blink-Program

Make the LED blink slowly.

Here the pseudocode for GPIO17.

forever
    gpio17off
    wait 1 sec
    gpio17on
    wait 1 sec

Blink !

Task: Complete the program and make all LED blink.

Sample code piandmore_gpioserver_blink.sb