mirror of
https://github.com/bendtherules/pytry.git
synced 2026-08-18 22:03:03 +00:00
All the previous files
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import serial
|
||||
port=8
|
||||
ser=None
|
||||
def setup(port=port):
|
||||
global ser
|
||||
ser=serial.Serial(port,baudrate=9600)
|
||||
Reference in New Issue
Block a user