Skip to content

Instantly share code, notes, and snippets.

View mjvo's full-sized avatar

Mark Olson mjvo

View GitHub Profile
@mjvo
mjvo / code.py
Last active March 15, 2024 12:10
CircuitPython Code: Web Bluetooth in p5js with Adafruit Circuit Playground Bluefruit (UART)
# 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