FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 5992c1d7 authored by ayush1301's avatar ayush1301
Browse files

Changing parameters on testing

parent df7ea7d8
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ Adafruit_DCMotor *motors[] = {AFMS.getMotor(3), AFMS.getMotor(4)};
#define white 1
#define black 0
#define num_IR 4
int IR_threshold[num_IR] = {100, 100, 550, 550};
int IR_threshold[num_IR] = {100, 100, 300, 300};
float IR_avgs[num_IR] = {0}; //LRFB
int IR_colours[num_IR] = {0};
int IR_locns[num_IR] = {A0, A3, A1, A2};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment