Skip to content

Latest commit

 

History

History
executable file
·
17 lines (9 loc) · 364 Bytes

readme.md

File metadata and controls

executable file
·
17 lines (9 loc) · 364 Bytes

Flask-api-leds

Description

This repository contains a flask webserver that can be used to control ws281x LEDs from a Raspberry pi

Requirements

To run this program you need the following things

  • Python >=3.6
  • Sudo access
  • rpi-ws281x installed using python3 / pip3 as root user
  • flask installed using python3 / pip3 as root user