Skip to content
Snippets Groups Projects
Commit 6ead050b authored by Paulus Kruger's avatar Paulus Kruger
Browse files

make it a library

parent a321cd87
Branches
No related tags found
No related merge requests found
Pipeline #28563 canceled
Showing
with 5 additions and 5 deletions
......@@ -2,7 +2,7 @@
from .hwdev import hwdev;
import logging
import RPi.GPIO as GPIO
from queuetypes import *
from pypcc.queuetypes import *
class gpio(hwdev):
......
File moved
from .hwdev import hwdev;
import logging
import threading
from queuetypes import *
from pypcc.queuetypes import *
import time;
import struct
......
......@@ -3,7 +3,7 @@ from .hwdev import hwdev
import logging
from .i2c_array import ApplyMask
from time import sleep
from queuetypes import *
from pypcc.queuetypes import *
import signal
try:
import RPi.GPIO as GPIO
......
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
#Start the correct I2C server connect to the pipes on a new process
import logging
from multiprocessing import Process
from queuetypes import *
from pypcc.queuetypes import *
from time import sleep
#from i2cserv import I2Cswitch1
#from i2cserv import I2C_dummy as I2C
......@@ -9,7 +9,7 @@ from time import sleep
#from i2cserv import RCU
#from i2cserv import CLK
import yamlconfig as yc
import pypcc.yamlconfig as yc
import yaml
class AttrDict(object):
......
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment