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
(I know it's just a extreme detail ;-) )
the maximum value, you could get out of a 10bit unsigned is 1023 and not, as written in line 33 of SensorAnalogInput 1024
this makes an (more or less significant) eroor when calculating percentage
The text was updated successfully, but these errors were encountered:
(I know it's just a extreme detail ;-) )
the maximum value, you could get out of a 10bit unsigned is 1023 and not, as written in line 33 of SensorAnalogInput 1024
this makes an (more or less significant) eroor when calculating percentage
The text was updated successfully, but these errors were encountered: