Skip to content

Simple busy light server for Raspberry Pi Zero and Pimoroni Unicorn Hat

License

Notifications You must be signed in to change notification settings

jimmyliangacn/unicorn-busy-server

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple server for Raspberry Pi with Pimoroni Unicorn hat

...

Install

Service

sudo cp busylight.service /etc/systemd/system/busylight.service

Testing the service:

sudo systemctl start busylight.service
sudo systemctl stop busylight.service
sudo systemctl status busylight.service

Enable/disable for startup:

sudo systemctl enable busylight.service
sudo systemctl disable busylight.service

About

Simple busy light server for Raspberry Pi Zero and Pimoroni Unicorn Hat

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 93.8%
  • Shell 6.2%