jordan harper
/
ServoControl
SystemFunctions.h
- Committer:
- jordaahh
- Date:
- 2017-02-07
- Revision:
- 2:baf8a7b2b150
- Parent:
- 1:d5cc5d977c0d
- Child:
- 3:306d3725ed04
File content as of revision 2:baf8a7b2b150:
float range = 0.00095; // maximum on period set to 0.95ms float position; //= 0.5; // set initial position to middle // can probably take this out?? float LDR1Array[5]; float LDR2Array[5]; float LDR3Array[5]; float LDR4Array[5]; float Average1; float Average2; float Average3; float Average4; float OverallAverage; int i; int j; void digitalFilter();