add: script to restart run.py and pigpiod, example rc.local

This commit is contained in:
bernis
2017-03-03 16:51:19 +01:00
parent 9a484fa85d
commit a36df6973e
4 changed files with 37 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
import matplotlib #speed?
matplotlib.use('TkAgg')
import matplotlib
matplotlib.use('Agg')
from matplotlib import pyplot as plt
from matplotlib import units