aboutsummaryrefslogtreecommitdiff
path: root/puzzle/smoketest/index.dox
blob: 78ff7024ffe6657c92a7b9c42b038f438b418f1b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// vim:ft=doxygen
/**
\ingroup puz
\defgroup puz_smoketest Smoketest
\brief Smoketest puzzle module

This puzzle module was used as a substitute for the \ref puz_neo
"NeoTrellis puzzle module" during the 23-24 assessment due to the I2C issues
encountered with the Adafruit NeoTrellis modules.

This puzzle module turns on an on-board LED when it is in the \ref
PB_GS_PLAYING "playing" state, and sets itself to the \ref PB_GS_SOLVED
"solved" state when an external button is pressed.

*/