Skip to content
Snippets Groups Projects
Commit 5c22eba5 authored by David Huss's avatar David Huss :speech_balloon:
Browse files

Switch to Pin 10

parent 649ac7f3
No related branches found
No related tags found
No related merge requests found
...@@ -36,7 +36,7 @@ A stechuhr client consists of: ...@@ -36,7 +36,7 @@ A stechuhr client consists of:
| Mifare Reader | USB A jack Raspi | USB mini B jack Mifare reader | USB-A to USB mini-B cable | | Mifare Reader | USB A jack Raspi | USB mini B jack Mifare reader | USB-A to USB mini-B cable |
| LED module 5V | Raspi GPIO 5V | 5V WS2812 Module (if more than 1 LED is used consider connecting this to the external PSU 5V) | Jumpercable with female pinheader on one side, soldered on the other | | LED module 5V | Raspi GPIO 5V | 5V WS2812 Module (if more than 1 LED is used consider connecting this to the external PSU 5V) | Jumpercable with female pinheader on one side, soldered on the other |
| LED module GND | Raspi GPIO GND | 5V WS2812 Module | Jumpercable with female pinheader on one side, soldered on the other | | LED module GND | Raspi GPIO GND | 5V WS2812 Module | Jumpercable with female pinheader on one side, soldered on the other |
| LED module PWM | Raspi GPIO 18 | D2 WS2812 Module | Jumpercable with female pinheader on one side, soldered on the other | | LED module PWM | Raspi GPIO 10 | D2 WS2812 Module | Jumpercable with female pinheader on one side, soldered on the other |
![](images/gpio.png) ![](images/gpio.png)
......
images/gpio.png

31.7 KiB | W: | H:

images/gpio.png

25.8 KiB | W: | H:

images/gpio.png
images/gpio.png
images/gpio.png
images/gpio.png
  • 2-up
  • Swipe
  • Onion skin
...@@ -80,7 +80,7 @@ timeout = 5 ...@@ -80,7 +80,7 @@ timeout = 5
verify_cert = true verify_cert = true
""" """
LEDS = neopixel.NeoPixel(board.D18, 1) LEDS = neopixel.NeoPixel(board.D10, 1)
# from input-event-codes.h # from input-event-codes.h
# type can be EV_SYN, EV_KEY or EV_MSC # type can be EV_SYN, EV_KEY or EV_MSC
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment