Skip to content

Commit

Permalink
v3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamvu committed Feb 24, 2022
1 parent 818d00b commit b492599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code_samples/013_object_tracking_GPIO.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ int main(int argc, char *argv[])
GPIO::output(camera_pin_1, 0);
GPIO::output(camera_pin_2, 0);
GPIO::output(camera_pin_3, 0);

GPIO::output(detection_pin, 1);

PAL::CameraProperties data;
PAL::Acknowledgement ack = PAL::LoadProperties("../Explorer/SavedPalProperties.txt", &data);
Expand Down

0 comments on commit b492599

Please sign in to comment.