From 07fb3785c992aa14c6ad83626d2f96982f9917a8 Mon Sep 17 00:00:00 2001 From: Kyle Isom Date: Tue, 1 Apr 2025 18:30:38 -0700 Subject: [PATCH] Add notes about libraries. --- PICOCALC.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/PICOCALC.md b/PICOCALC.md index 0f2ab63..f8450fc 100644 --- a/PICOCALC.md +++ b/PICOCALC.md @@ -2,6 +2,9 @@ This code runs on a PicoCalc with a Pico 2W. +In order to build this, copy the libraries (in the `libraries` directory) +to `${ARDUINO_HOME}/libraries`. + Future work: - Fix autorestore: currently, the image must be `(load-image)`'d