![](/media/cache/img/default_profile.jpg.50x50_q85.jpg)
Testing code for just temperature test
TABLES.h
- Committer:
- vickygough
- Date:
- 2017-09-04
- Revision:
- 0:584ea5db2696
File content as of revision 0:584ea5db2696:
// Tables for positions and temperature measurements /****** POSITIONS *******/ int numberOfBrackets = 5; // these need to be repopulated by calibration //CLOCKWISE, COUNTERCLOCKWISE int positionsCanopyOn[5][2] = { {110, 18}, // module 1 {100, 64}, // split module 2 {64, 28}, //split module 3 {80, 48}, // module 4 {70, 58} // module 5 }; // these need to be repopulated by calibration int positionsCanopyOff[5][2] = { {110, 18}, {110, 18}, {110, 18}, {110, 18}, {110, 18} }; /************************/ /******TEMPERATURES *******/ int probeNumberByModule[5] = {4,4,4,4,8}; // last module is larger int maxProbesOnModule = 8; float temperatureStoreFloats[5][8] = {0}; /************************/