issues
search
Carglglz
/
jupyter_upydevice_kernel
Jupyter MicroPython Kernel made with upydevice
https://pypi.org/project/jupyter-micropython-upydevice/
BSD 3-Clause "New" or "Revised" License
14
stars
2
forks
source link
Merge develop for version 0.0.6 release
#7
Closed
Carglglz
closed
2 years ago
Carglglz
commented
2 years ago
Added
%connect
magic command to connect to a device based on device type
%rssi
magic command to get RSSI of the device (WebSocketDevice, and BleDevice)
Fix
Autocompletion of configured devices
Handle on connection error, not configured or not available.
Disconnection status
Added
%connect
magic command to connect to a device based on device type%rssi
magic command to get RSSI of the device (WebSocketDevice, and BleDevice)Fix