Fix the date example

I stopped calling the original module ‘(inkplate lowlevel)’ since I don't have
any idea for a high-level API yet.
This commit is contained in:
Tom Willemse 2023-07-12 15:13:01 -07:00
parent b86754cb92
commit 05d734c903

View file

@ -1,4 +1,4 @@
(use-modules ((inkplate lowlevel) #:prefix inkplate:)
(use-modules ((inkplate) #:prefix inkplate:)
(srfi srfi-19))
(let ((my-dev (inkplate:open "/dev/ttyUSB0")))