sipeed / MaixPy-v1

MicroPython for K210 RISC-V, let's play with edge AI easier
https://wiki.sipeed.com/maixpy
Other
1.68k stars 439 forks source link

board_info.pin_map didn't match led pin on Maix Bit #266

Closed ZRandomize closed 4 years ago

ZRandomize commented 4 years ago

LED_R=14,LED_G=13,LED_B=12 in fact,it should be LED_R=13,LED_G=12,LED_B=14

Neutree commented 4 years ago

There's several boards, they have defferent pin difinition, so maybe the LED pins not correct for bit, but we are adding board config to maixpy, it will be resolved. The develop branch has did it