adding proper numbering

This commit is contained in:
talksik
2024-01-25 11:40:25 -08:00
parent eed51c560f
commit d853ed8751
2 changed files with 4 additions and 4 deletions
+4 -4
View File
@@ -7,14 +7,14 @@
#include <wiringPi.h>
#include <stdio.h>
#define ledPin 0 //define the led pin number
#define ledPin 12 //define the led pin number
void main(void)
{
{
printf("Program is starting ... \n");
wiringPiSetup(); //Initialize wiringPi.
pinMode(ledPin, OUTPUT);//Set the pin mode
printf("Using pin%d\n",ledPin); //Output information on terminal
while(1){
Binary file not shown.

After

Width:  |  Height:  |  Size: 762 KiB