Python LimitlessLED via RF

Changes To Python LimitlessLED via RF
Login

Changes to "Python LimitlessLED via RF" between 2020-04-28 18:08:07 and 2020-04-28 18:08:29

1
2
3
4
5
6
7
8
9
10
11

12
13
14
15
16
17
18
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19











+







Python LimitlessLED via RF
==========================

Control LimitlessLED bulbs through a directly attached radio.  The radio object must have an interface with a "`transmit`" method that formats messages as an LT8900 would over the air.

Example
-------

    #! /usr/bin/env python3
    
    import random
    import time
   
    import gpiozero
    import limitlessled_rf
    import lt8900_spi
    
    def init_radio():
    	# Need to keep this attached to drive the line high -- if the object disappears then