Module Led
[hide private]
[frames] | no frames]

Module Led

source code


Class that represents a LED pair.

 This software is part of the raspibrick module.
 It is Open Source Free Software, so you may
 - run the code for any purpose
 - study how the code works and adapt it to your needs
 - integrate all or parts of the code in your own programs
 - redistribute copies of the code
 - improve the code and release your improvements to the public
 However the use of the code is entirely your responsibility.
 

Classes [hide private]
  Led
  BlinkerThread
Variables [hide private]
  x11Colors = {'alice blue': [240, 248, 255], 'aliceblue': [240,...
  __package__ = None
Variables Details [hide private]

x11Colors

Value:
{'alice blue': [240, 248, 255],
 'aliceblue': [240, 248, 255],
 'antique white': [250, 235, 215],
 'antiquewhite': [250, 235, 215],
 'antiquewhite1': [255, 239, 219],
 'antiquewhite2': [238, 223, 204],
 'antiquewhite3': [205, 192, 176],
 'antiquewhite4': [139, 131, 120],
...