aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2023-07-12 15:13:01 -0700
committerGravatar Tom Willemse2023-07-12 15:13:01 -0700
commit05d734c9038cb25a2fad8438a4b9b7d501e3daad (patch)
treef4020efccc326455ee50e45eee2b85e6d21fe8a3
parentb86754cb92cf0c43ed6a34831517e46b8c60f290 (diff)
downloadguile-inkplate-05d734c9038cb25a2fad8438a4b9b7d501e3daad.tar.gz
guile-inkplate-05d734c9038cb25a2fad8438a4b9b7d501e3daad.zip
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.
-rw-r--r--examples/date.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/date.scm b/examples/date.scm
index 0f34145..42524fb 100644
--- a/examples/date.scm
+++ b/examples/date.scm
@@ -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")))