Skip to content

Commit

Permalink
- wiringPiSetup()
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoaguilar committed Apr 28, 2015
1 parent 96a1807 commit b055be4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion factory.c/factory.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ int main(int argc, char const *argv[])
CvCapture* capture = cvCaptureFromCAM(0);
cvSetCaptureProperty(capture,CV_CAP_PROP_FRAME_WIDTH,640);
cvSetCaptureProperty(capture,CV_CAP_PROP_FRAME_HEIGHT,480);
wiringPiSetup();
wiringPiSetupGpio();
pinMode(21,OUTPUT);
pinMode(20,OUTPUT);

Expand Down

0 comments on commit b055be4

Please sign in to comment.