adafruit / Adafruit_BluefruitLE_nRF51

Arduino library for nRF51822-based Adafruit Bluefruit LE modules
197 stars 122 forks source link

Port the neopixel sketch from the nRF52 library #51

Closed justmobilize closed 5 years ago

justmobilize commented 5 years ago

This is a port of the neopixel sketch in existing in the nRF52 library

No files where modified, only the sketch example was added

I do not have a large selection of chips, so this was only tested on a: Adafruit Feather 32u4 Bluefruit LE connected to a Adafruit NeoPixel FeatherWing

There is a spot in the code for sending an image, but the Android app doesn't have support for it (or I just couldn't find it). Although, other then the bluetooth connection, very little was changed.

hathach commented 5 years ago

supreb! Thank you very much for the PR

justmobilize commented 5 years ago

Very welcome.