sipeed / Maixduino

Arduino port on Maix board ( k210 )
https://maixduino.sipeed.com
Other
214 stars 93 forks source link

can't find LED_BUILTIN on the Maixduno board #30

Closed iZhangHui closed 5 years ago

iZhangHui commented 5 years ago

https://github.com/sipeed/Maixduino/blob/240bb27d0b53c2ddb246a8bdf2a10692bdc001dc/variants/sipeed_maixduino/pins_arduino.h#L23

批注 2019-07-17 110526

bitsk commented 5 years ago

Maixduino board does not have build-in led, this macro definition is reserved for compatibility with the blink example.

iZhangHui commented 5 years ago

I suggest that adding one for next hardware revision, or it will lead to confusion. :) Thank you for your explanation.