Skip to content

Latest commit

 

History

History

Blink-Fade

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

blink_fade


Boards

Raspberry Pi 2, 3

Description

Use RPi.GPIO module to blink or fade an LED. 
Fading uses software PWM since RPi.GPIO module does not
support hardware PWM. Note that RPi.GPIO is available by
default on Raspbian Jessie and Stretch.

toggle_uart


Boards

Raspberry Pi 2, 3

Description

Read commands from UART to control LED state.
Use gpiozero module to control the LED.