Skip to content
Snippets Groups Projects
Commit 79f8fefe authored by Gijs Schoonderbeek's avatar Gijs Schoonderbeek
Browse files

update for Pi

parent c35f5f16
No related branches found
No related tags found
No related merge requests found
......@@ -22,9 +22,9 @@ sys.path.insert(0, '.')
import os
# import time
from APSPU_I2C import *
#if os.name == "posix":
# from I2C_serial_pi import *
#else:
if os.name == "posix":
from I2C_serial_pi import *
else:
from I2C_serial import *
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment