fixed led bug and documented sources
This commit is contained in:
parent
65c3f7949b
commit
79e34c3f51
13
README.md
13
README.md
@ -1,5 +1,12 @@
|
||||
# TREx
|
||||
**T**rash
|
||||
**R**ecycling
|
||||
**Ex**pert
|
||||
|
||||
T rash
|
||||
R ecycling
|
||||
Ex pert
|
||||
## Helpful Sources
|
||||
### LEDs
|
||||
- https://learn.adafruit.com/neopixels-on-raspberry-pi/python-usage
|
||||
- https://learn.adafruit.com/neopixels-on-raspberry-pi/raspberry-pi-wiring
|
||||
|
||||
### RFID
|
||||
- https://pimylifeup.com/raspberry-pi-rfid-rc522/
|
@ -23,3 +23,4 @@ pixels = neopixel.NeoPixel(
|
||||
)
|
||||
|
||||
pixels.fill((0,255,0))
|
||||
pixels.show()
|
Loading…
x
Reference in New Issue
Block a user