aboutsummaryrefslogtreecommitdiff
path: root/puzzle/smoketest/index.dox
diff options
context:
space:
mode:
authorThomas in 't Anker <83007475+ThomasintAnker@users.noreply.github.com>2024-06-25 11:48:02 +0200
committerGitHub <noreply@github.com>2024-06-25 11:48:02 +0200
commit1c33371af4fdc59387fe523fab09634bdea54acc (patch)
tree3d6ad8ae2793bc14ead886da45dfdde098e031d3 /puzzle/smoketest/index.dox
parent34875e734907e90c2e254fcd79d66dab0b491e56 (diff)
parentf2ae6fb6b6251be0f1945b0d89b6708976b10cc9 (diff)
Merge pull request #35 from lonkaars/prot/smoketest
Module test code
Diffstat (limited to 'puzzle/smoketest/index.dox')
-rw-r--r--puzzle/smoketest/index.dox11
1 files changed, 11 insertions, 0 deletions
diff --git a/puzzle/smoketest/index.dox b/puzzle/smoketest/index.dox
new file mode 100644
index 0000000..15eae1f
--- /dev/null
+++ b/puzzle/smoketest/index.dox
@@ -0,0 +1,11 @@
+// vim:ft=doxygen
+/**
+\ingroup puz
+\defgroup puz_vault Vault
+\brief Vault puzzle module
+
+\par Setup
+- Use the Arduino IDE library manager to install the "TM1637" library (by
+ Avishay Orpaz) and its dependencies
+
+*/