sparkfun / Arduino_Boards

Board definitions for SparkFun-manufactured AVR, ARM, and ESP-based Arduino boards.
263 stars 125 forks source link

fixed branching conditions #46

Closed myhd closed 5 years ago

myhd commented 5 years ago

Example used bitshifting instead of comparison a.k.a. "<<" vs "<"! Used LED would stay blank, now reflects charging state correctly.

jimblom commented 5 years ago

Hi @myhd,

Sorry for the slow response.

Nice catch! Thank you for contributing! We'll get this change rolled into the next AVR board definition release.