From c1473020106d36b20cde090ac417c253b0059336 Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Wed, 26 Jun 2024 14:16:51 +0200 Subject: fix up documentation some more --- puzzle/readme.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'puzzle') diff --git a/puzzle/readme.md b/puzzle/readme.md index 1b572ba..833723e 100644 --- a/puzzle/readme.md +++ b/puzzle/readme.md @@ -15,7 +15,15 @@ sure you have done the following: - Open "Tools" > "Board" > "Board manager" - Install the "Arduino AVR Boards" package (1.8.6 works at the time of writing) -[arduino-cmake]: https://github.com/a9183756-gh/Arduino-CMake-Toolchain +Some puzzle modules also require installing libraries through the Arduino +library manager. Dependencies for specific puzzle modules are detailed on their +Doxygen pages. + +### Flashing + +``` +$ ninja -C build upload +``` +[arduino-cmake]: https://github.com/a9183756-gh/Arduino-CMake-Toolchain -- cgit v1.2.3