Index: firmware/App/Controllers/SensorProcess.h =================================================================== diff -u -ra24665c05496241e5ba9a73e0b1831a85dfbc3c9 -r85e0c91a9f375fcf709289ec767d00e4d61e7e6f --- firmware/App/Controllers/SensorProcess.h (.../SensorProcess.h) (revision a24665c05496241e5ba9a73e0b1831a85dfbc3c9) +++ firmware/App/Controllers/SensorProcess.h (.../SensorProcess.h) (revision 85e0c91a9f375fcf709289ec767d00e4d61e7e6f) @@ -17,11 +17,9 @@ #ifndef APP_CONTROLLERS_SENSORPROCESS_H_ #define APP_CONTROLLERS_SENSORPROCESS_H_ +void execSensorProcess(void); -#define LOAD_CELL_REPORT_PERIOD 10 // Send a load cell value CAN message to HD every multiple of taskPriority periods (10ms) -#define ADC2GRAM 0.0894/LOAD_CELL_REPORT_PERIOD // division for averaging is folded into this value - #endif /* APP_CONTROLLERS_SENSORPROCESS_H_ */