From 66effa55204bec5bc41ae29a99c28682718bb82b Mon Sep 17 00:00:00 2001 From: Steve Clement Date: Sun, 12 Jun 2016 21:20:43 +0200 Subject: [PATCH] - subprocess --- main.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/main.py b/main.py index 8183312..b000821 100755 --- a/main.py +++ b/main.py @@ -21,6 +21,10 @@ from rgbmatrix import Adafruit_RGBmatrix import requests import json +import subprocess + +# subprocess.call('ls', '-l') + # Rows and chain length are both required parameters: matrix = Adafruit_RGBmatrix(32, 3)