This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# SPDX-FileCopyrightText: 2020 ladyada for Adafruit Industries | |
# SPDX-License-Identifier: MIT | |
# Web Bluetooth in p5js with Adafruit Circuit Playground Bluefruit (UART) | |
# https://editor.p5js.org/mjvo/sketches/vcoGZWBax | |
import board | |
import time | |
from adafruit_ble import BLERadio |
OlderNewer