diff options
author | Elwin <elwinhammer@gmail.com> | 2024-06-23 11:31:15 +0200 |
---|---|---|
committer | Elwin <elwinhammer@gmail.com> | 2024-06-23 11:34:16 +0200 |
commit | 9664deb3e817b616dd1e8f73a89c0703a0771464 (patch) | |
tree | 2eec7a1b473958db42057e60597ca0f2e6474c2c /puzzle/readme.md | |
parent | a9eb2013e6b7297cfce4116179f4ab2d58d1c8d6 (diff) |
Neotrellis Freertos support
Diffstat (limited to 'puzzle/readme.md')
-rw-r--r-- | puzzle/readme.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/puzzle/readme.md b/puzzle/readme.md index 959c506..21cddd3 100644 --- a/puzzle/readme.md +++ b/puzzle/readme.md @@ -19,6 +19,8 @@ of these subfolders, make sure you have done the following: - Install the official Arduino IDE - Open "Tools" > "Board" > "Board manager" - Install the "Arduino AVR Boards" package (1.8.6 works at the time of writing) +- Install the Adafruit seesaw library and dependicies (for the neotrellis puzzle) +- Install the TM1637 library from Avishay Orpaz [arduino-cmake]: https://github.com/a9183756-gh/Arduino-CMake-Toolchain |