adafruit / Adafruit_NeoTrellisM4

Example sketches for the NeoTrellis M4 board
51 stars 34 forks source link

Wrong NEO_PIN number #4

Closed GOPINATH-GS4 closed 5 years ago

GOPINATH-GS4 commented 5 years ago

I think the NEO_PIN number is incorrect in trellis_flash_sampler example it is defined as #define NEO_PIN 11

shouldn't it be #define NEO_PIN 10 I changed to 10 and it works, let me know if I can make a pull request and fix it

ladyada commented 5 years ago

oops yes it should be, thats from some older hardware - please make a PR and we'll check it :)

ladyada commented 5 years ago

thax!