included a stripped down version of mmio to avoid python-periphery dependency

This commit is contained in:
erpalma
2018-06-29 14:52:24 +02:00
parent 47e4283b55
commit 41d58438ab
4 changed files with 122 additions and 3 deletions

View File

@@ -10,8 +10,8 @@ import subprocess
from collections import defaultdict
from dbus.mainloop.glib import DBusGMainLoop
from mmio import MMIO
from multiprocessing import cpu_count
from periphery import MMIO
from threading import Event, Thread
try: