do_stuff prototype ... maybe?

master
Dario Ernst 15 years ago
parent 71cb34b181
commit a5df084243

@ -35,6 +35,7 @@ void hardinit() {
spi_init();
muxer_init();
// mpcadc_init(0xdeadbeef);
sei();
}
@ -60,7 +61,11 @@ int __attribute__((noreturn)) main(void) {
for(;;){
SOFTTIMER(1,500) {
// do_stuff();
// do_stuff();
// muxer_set(some-next-channel);
// if(mcpadc_has_new_data()) {
// temperatures[some-next-channel] = mpcadc_get_data();
// }
}
}

Loading…
Cancel
Save