change pin of Reset

This commit is contained in:
Siegfried Kienzle
2017-06-15 17:48:33 +02:00
parent 2e5497e671
commit 509002b98f

View File

@@ -12,7 +12,7 @@
#include <stdio.h> #include <stdio.h>
#include <string> #include <string>
#define RSTPIN RPI_V2_GPIO_P1_22 #define RSTPIN RPI_V2_GPIO_P1_11
using namespace std; using namespace std;