You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
read ADC result with ADC macro instead of readIng ADCL and ADCH separately into `low` and `high` variables and then combining them `return (high<<8) | low `.
0 commit comments