sifive / freedom-e-sdk

Open Source Software for Developing on the Freedom E Platform - Deprecated
Other
581 stars 206 forks source link

hifive1-revb LED color definition different from actual color #613

Open zyluo opened 3 years ago

zyluo commented 3 years ago

Reproduceable by testing each led individually in the sifive-welcome example by commenting out the other two colors.

wait_for_timer(led0_red); //wait_for_timer(led0_green); //wait_for_timer(led0_blue);

led0_red, led0_green, and led0_blue shows colors Blue, Red, and Green respectively.