Skip to content

Commit cb184cd

Browse files
committed
Update SSD1306 to new I2C API
1 parent bbd18d1 commit cb184cd

File tree

4 files changed

+433
-500
lines changed

4 files changed

+433
-500
lines changed

pslab/bus/__init__.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,8 @@
22
33
(SPI and UART still TODO)
44
"""
5+
from pslab.bus.i2c import I2CMaster, I2CSlave
6+
7+
8+
class DeviceNotFoundError(RuntimeError):
9+
pass

0 commit comments

Comments
 (0)