Slackbot on Raspberry Pi
As per Benjie.Me and Neopixels on Raspberry and also JGarff import re import time import json from slackclient import SlackClient import time from neopixel import * # LED strip configuration: LED_COUNT = 8 # Number of LED pixels. LED_PIN = 18 # GPIO pin connected to the pixels (must support PWM!). LED_FREQ_HZ = 800000 # LED …