ngyl88-arduino / FastLED

The FastLED library for colored LED animation on Arduino. Please direct questions/requests for help to the FastLED Reddit community: http://fastled.io/r We'd like to use github "issues" just for tracking library bugs / enhancements.
http://fastled.io
MIT License
1 stars 0 forks source link

RX/TX Pin mapping for Nano Every board #2

Closed ngyl88 closed 4 years ago

ngyl88 commented 4 years ago

The Nano Every board is labelled TX1, RX0 (, RST, GND, etc, reading from left to right along the board edge). It does appear that presently a sketch emitting data through FastLED on digital port "1" in the code is actually sending it out via RX0, and a sketch sending data out digital port "0" is actually emitting it through the TX1 pin.

Test that doesn't use FastLED (just sets each digital pin to output HIGH and connects an LED to it) confirms that on the Nano Every digital pin 0 is RX0 (the second pin from the left) and digital pin 1 is TX1 (the first from the left).

Originally posted by @jtq in https://github.com/FastLED/FastLED/pull/1050#discussion_r456963580

ngyl88 commented 4 years ago

Hi @jtq, could you please help to test the fix for this issue? The fix was included in the latest commit for issue #1. Thanks.

ngyl88 commented 4 years ago

Closing this issue, since latest commit was included in #1050 and no related issue surfaced in the last 3 months.