diff options
author | Jakob Stendahl <JakobS1n@users.noreply.github.com> | 2017-01-25 09:28:38 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-25 09:28:38 +0100 |
commit | 7c74857f198089df5f6a0f33be0a1498205bc2d6 (patch) | |
tree | 09233f3af753c2a47f60b2d9fa4e3a96b6d8032b | |
parent | 1ec93bfe63106bce911bbef4310e07384d30e258 (diff) | |
download | i2c-Neopixel-7c74857f198089df5f6a0f33be0a1498205bc2d6.tar.gz i2c-Neopixel-7c74857f198089df5f6a0f33be0a1498205bc2d6.zip |
Update README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,2 +1,2 @@ # i2c-Neopixel <font color="red">- Discontinued</font> -This project make the Raspberry Pi able to controll neopixels. This is achieved by sending commands to a atmega328p-chip (Arduino Uno?). Unfortunately this was painfully slow, as i wanted to controll 400+ pixels. I will leave the library here, but not work more on it! +This project makes the Raspberry Pi able to control neopixels. This is achieved by sending commands through the i2c protocol, to an atmega328p (Arduino Uno). Unfortunately this was painfully slow, as I wanted to control 400+ pixels. I will leave the library here, but I will not work more on it! |