Commit Graph
13 Commits
Author SHA1 Message Date
hmax42 60f7849838 Merge branch 'master' into pr/3 2019-12-08 08:46:24 +01:00
hmax42 3cf041617c Update memtemp.py 2019-12-08 08:44:20 +01:00
hmax42 f563d71477 Update gps.py 2019-12-01 14:27:13 +01:00
hmax42 7b219fd139 Update memtemp.py 2019-12-01 14:27:10 +01:00
hmax42 42ed698583 Update memtemp.py 2019-12-01 08:06:14 +01:00
hmax42 6df7bcd885 add ws1 2019-12-01 07:56:09 +01:00
hmax42 1c299832ae add ws1 2019-12-01 07:56:03 +01:00
hmax42 11476433ca Merge pull request #2 from evilsocket/master
update
2019-12-01 07:49:23 +01:00
hmax42 b1ad247e11 Merge pull request #1 from evilsocket/master
pull
2019-11-18 17:19:52 +01:00
hmax42 30b1874a0a New defaults for buttonshim 2019-11-11 19:08:12 +01:00
hmax42 b903f636d2 Blinking works now freely 2019-11-11 19:04:56 +01:00
hmax42 92c1b6b005 blinking with static colors 2019-11-10 13:44:35 +01:00
hmax42 eddfdb3ebc Plugin for the Pimoroni Button Shim
this plugin enabled support for the 5 buttons of the shim. the rgb led is not supported yet. an example for config.yml lloks like this

      buttonshim:
        enabled: true
        buttons:
          - "date >> /home/pi/buttonA.txt"
          - "date >> /home/pi/buttonB.txt"
          - "date >> /home/pi/buttonC.txt"
          - "date >> /home/pi/buttonD.txt"
          - "date >> /home/pi/buttonE.txt"
2019-11-10 08:54:04 +01:00