8000 GitHub - ananyacleetus/twilight: Smart office ceiling lighting system
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ananyacleetus/twilight

 
 

Repository files navigation

Twilight

Twilight is the ceiling lighting system at the ACM Office.

Example usage:

import twilight

#we're going to set the first unit to red
rgb_tuple = (255,0,0)

unit_ids = twilight.get_all_unit_ids()
twilight.interface.set_unit_color(unit_ids[1], rgb_tuple)

We'll complete this README when the project is closer to being complete.

About

Smart office ceiling lighting system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 71.6%
  • C++ 10.7%
  • C 9.3%
  • Other 8.4%
0