Skip to content

Instantly share code, notes, and snippets.

View PaulskPt's full-sized avatar

Paulus H.J. Schulinck PaulskPt

View GitHub Profile
@PaulskPt
PaulskPt / bme280_tst.py
Last active May 4, 2025 12:44
Seeed XIAO RP2350 BME280 sensor data on LCD of Expansion Board
#
# Example. Using I2C at P7, P6
# Micropython
# BME280 sensor (part of Pimoroni multi-sensor-stick PIM745)
#
from machine import I2C
from lib.bme280_float import *
from lib.ssd1306 import SSD1306_I2C
from utime import sleep