@ -61,10 +61,11 @@ int __attribute__((noreturn)) main(void) {
for(;;){
SOFTTIMER(1,500) {
// do_stuff();
// muxer_set(some-next-channel);
// if(mcpadc_has_new_data()) {
// temperatures[some-next-channel] = mpcadc_get_data();
// for(int i=0; i < 4; i++) {
// muxer_set(i);
// temperatures[i] = mpcadc_get_data();
// }
}