Closed leon4413 closed 10 months ago
moved the analogWriteResolution(RES_); to the Begin(Float) function, as it could be never called if the Begin(Float) function was called first.
analogWriteResolution(RES_);
Begin(Float)
moved the
analogWriteResolution(RES_);
to theBegin(Float)
function, as it could be never called if theBegin(Float)
function was called first.