From 96b91223759a199881d8bf206a702e9a0e00b1a8 Mon Sep 17 00:00:00 2001 From: cuu Date: Thu, 20 Mar 2025 13:45:19 +0800 Subject: [PATCH] update ulisp wiki --- Code/uLisp/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Code/uLisp/README.md b/Code/uLisp/README.md index cd1e7a8..1682ba4 100644 --- a/Code/uLisp/README.md +++ b/Code/uLisp/README.md @@ -50,6 +50,12 @@ and comment out ``` in `~/Arduino/libraries/TFT_eSPI/User_Setup_Select.h` +Install `arduino_picocalc_kbd` for interacting with picocalc's keyboard via i2c. +``` +cd ~/Arduino/libraries +git clone https://github.com/cuu/arduino_picocalc_kbd.git +``` + ## Compile and upload In arduino ide ,config board and other arguments