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
|
# TREx
|
||||||
|
**T**rash
|
||||||
|
**R**ecycling
|
||||||
|
**Ex**pert
|
||||||
|
|
||||||
T rash
|
## Helpful Sources
|
||||||
R ecycling
|
### LEDs
|
||||||
Ex pert
|
- 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/
|
@ -22,4 +22,5 @@ pixels = neopixel.NeoPixel(
|
|||||||
pixel_pin, num_pixels, brightness=0.2, auto_write=False, pixel_order=ORDER
|
pixel_pin, num_pixels, brightness=0.2, auto_write=False, pixel_order=ORDER
|
||||||
)
|
)
|
||||||
|
|
||||||
pixels.fill((0,255,0))
|
pixels.fill((0,255,0))
|
||||||
|
pixels.show()
|
Loading…
x
Reference in New Issue
Block a user