mirror of
https://github.com/knejadshamsi/zele-utils.git
synced 2024-12-23 08:05:52 -05:00
9 lines
146 B
Python
9 lines
146 B
Python
|
|
||
|
def process_bus(data, cleandata):
|
||
|
print(data, cleandata)
|
||
|
|
||
|
def push_bus(data,mode):
|
||
|
print(data,mode)
|
||
|
|
||
|
def bus_write(data):
|
||
|
print(data)
|