/** blinker.c A busy looping program to blink the led */ /* include the low level driver for the GPIO */ #include /* include the parameters specific to this design including the base address of the gpio peripheral */ #include #define TIME_WASTE_COUNT 2000000 void waste_time(void) { int i; for(i=0; i