adding in proper numbering for current pins

This commit is contained in:
talksik
2024-01-25 11:46:24 -08:00
parent d853ed8751
commit 669a31a3fd
+1 -1
View File
@@ -7,7 +7,7 @@
#include <wiringPi.h>
#include <stdio.h>
#define ledPin 12 //define the led pin number
#define ledPin 26 //define the led pin number
void main(void)
{