fixed subfolder bug for led_test
This commit is contained in:
parent
0ce89fab9e
commit
9471e77874
@ -1,7 +1,10 @@
|
|||||||
from indication_driver import IndicationDriver
|
|
||||||
from time import sleep
|
from time import sleep
|
||||||
import asyncio
|
import asyncio
|
||||||
|
|
||||||
|
import sys
|
||||||
|
sys.path.append('..')
|
||||||
|
from TREx.indication_driver import IndicationDriver
|
||||||
|
|
||||||
async def __main__():
|
async def __main__():
|
||||||
task = asyncio.create_task(indication_driver.indicate_async("BOTTLE"))
|
task = asyncio.create_task(indication_driver.indicate_async("BOTTLE"))
|
||||||
await asyncio.sleep(5)
|
await asyncio.sleep(5)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user