Chapter 13 modelling space initial.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import asyncio
|
||||
from robot_ble_connection import BleConnection
|
||||
|
||||
async def run():
|
||||
ble_connection = BleConnection()
|
||||
await ble_connection.connect()
|
||||
|
||||
asyncio.run(run())
|
||||
Reference in New Issue
Block a user