From 5a20a1c05b9ec911a64e9bf4a88d0612ade39041 Mon Sep 17 00:00:00 2001 From: s-ol Date: Sun, 26 Jun 2022 12:44:59 +0200 Subject: add board revision abstraction --- code.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'code.py') diff --git a/code.py b/code.py index 24bed23..0b43e08 100644 --- a/code.py +++ b/code.py @@ -1,5 +1,6 @@ # import test from hex33board import Keyboard +import hex33board.boards.r2_defcd99 as board -k = Keyboard() +k = Keyboard(board) k.run() -- cgit v1.2.3