wovo / hwlib

C++ OO micro-controller library for close-to-the-hardware programming
Boost Software License 1.0
58 stars 26 forks source link

fixed a bug with the adc converter where multiple pins wouldn't opera… #37

Closed OscarKro closed 3 years ago

OscarKro commented 3 years ago

…te properly because the code didn't wait in between conversions. Now waiting on COCO bit between conversion to make sure a conversion is complete before the user can read again