30 #include "Utilities.h"
32 int main(
int argc,
char **argv)
36 printf(
"BCM libray error.\n");
39 printf(
"Blinking LED demo with the Sensorian Shield.\r\n");
void pinModeOutput(PIN_t pin)
Configures the given pin as output.
int main(int argc, char **argv)
void delay_ms(unsigned int ms)
Delay in ms.
void digitalWrite(PIN_t pin, unsigned char level)
Write a logic level to the pin. The pin should be confgured as output.