Thursday 1 September 2011

Feedback welcome!

Please use this blog for any feedback. Just click on this post's title and add your comment.

Anonymous posting is allowed.

Click here to visit www.marcelpost.com/wiki.

1 comment:

  1. Hi Marcelpost,

    I have been struggling with the code on https://www.marcelpost.com/wiki/index.php/ATtiny85_ADC. The code as-is gives correct reading to my OLED screen. However I read somewhere that performance-wise it would be better to use ISRs.
    If I add: ADCSRA |= (1 << ADIE); to Example #1 and put in ISR ISR(ADC_vect), I noticed that the ISR routine is triggered however if I put the code which is in the loop to the ISR routine, no values are read anymore. Perhaps you have an idea to resolve this. Thanks in advance, Marcel

    ReplyDelete