el_supremo:
What does this do?last_readings[recording_time];Pete
Just initializing the array. Sorry I didn't include the config file:
#ifndef CONFIG_H
#define CONFIG_H
const int recording_time = 5;
const float variance = 3;
#endif
el_supremo:
What does this do?last_readings[recording_time];Pete
Just initializing the array. Sorry I didn't include the config file:
#ifndef CONFIG_H
#define CONFIG_H
const int recording_time = 5;
const float variance = 3;
#endif