Update README

This commit is contained in:
L3D 2024-03-24 22:19:28 +01:00
parent 16547b33c0
commit d2d4de1fba
No known key found for this signature in database
GPG key ID: AD65B920933B4B20
2 changed files with 23 additions and 3 deletions

View file

@ -1,6 +1,6 @@
MIT License
Copyright (c) 2024 c3woc
Copyright (c) 2024 L3D <l3d@c3woc.de>
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

View file

@ -1,3 +1,23 @@
# rpi_zero_neopixel_buzzer
rpi_zero_neopixel_buzzer
===========================
Raspberry Pi Zero based Neupixel Buttzer and Waffle Counter
Raspberry Pi Zero based Neiopixel Buzzer and Waffle Counter
Verkabelung und Hardware
-----------------
### Hardware:
+ Raspberry Pi Zero
+ PoE Ethernet/USB HUB HAT for Pi Zero
+ Grobhandtaster
+ 3D Printed Case [src](https://git.l3d.ch/c3woc/3d_pi_case_buzzer)
+ Neopixel LEDs
### Verkabelung
PWR and GND vom PoE Ethernet/USB HUB HAT
DIN and GND an GPIO [Ground 6](https://pinout.xyz/pinout/ground) and [GPIO 18](https://pinout.xyz/pinout/pin12_gpio18/)
Grobhandtaster an GPIO [Ground 34](https://pinout.xyz/pinout/ground) and [GPIO 16](https://pinout.xyz/pinout/pin36_gpio16/)
Abhängigkeiten
----------------
See ``requirements.txt``.