WIP: Refactor for readability #6
No reviewers
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No Assignees
1 Participants
Notifications
Total Time Spent: 15 seconds
Due Date
Hesham
15 seconds
No due date set.
Dependencies
No dependencies set.
Reference: Hesham/FaceRecognition-python#6
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "ard-refactor"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
To be tested
test
@ -43,2 +34,3 @@
if (distance < 70) UltraOK = true;
else UltraOK = false;
if(digitalRead(ProxSensor) == LOW ) IROK = true;
if (digitalRead(ProxSensor) == LOW ) IROK = true;
TEST
Make IR bool into function.