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:
parent
b86754cb92
commit
05d734c903
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
(use-modules ((inkplate lowlevel) #:prefix inkplate:)
|
(use-modules ((inkplate) #:prefix inkplate:)
|
||||||
(srfi srfi-19))
|
(srfi srfi-19))
|
||||||
|
|
||||||
(let ((my-dev (inkplate:open "/dev/ttyUSB0")))
|
(let ((my-dev (inkplate:open "/dev/ttyUSB0")))
|
||||||
|
|
Loading…
Reference in a new issue