diff options
author | UnavailableDev <69792062+UnavailableDev@users.noreply.github.com> | 2023-03-08 10:32:41 +0100 |
---|---|---|
committer | UnavailableDev <69792062+UnavailableDev@users.noreply.github.com> | 2023-03-08 10:32:41 +0100 |
commit | 0057e4578284a525724273e167bc527e36302706 (patch) | |
tree | 5ff8666989c3ea19008a0d3f711e0cad39c30134 /src/stm32 | |
parent | cb31bc5a4404399cdd720895a7c3f0fc8881bba6 (diff) |
more todo's
Diffstat (limited to 'src/stm32')
-rw-r--r-- | src/stm32/TODO/hh_level.h | 1 | ||||
-rw-r--r-- | src/stm32/TODO/hh_rand.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/stm32/TODO/hh_level.h b/src/stm32/TODO/hh_level.h new file mode 100644 index 0000000..43b19a3 --- /dev/null +++ b/src/stm32/TODO/hh_level.h @@ -0,0 +1 @@ +//deal with loading/saving the correct level diff --git a/src/stm32/TODO/hh_rand.h b/src/stm32/TODO/hh_rand.h new file mode 100644 index 0000000..ea7c1d4 --- /dev/null +++ b/src/stm32/TODO/hh_rand.h @@ -0,0 +1 @@ +// deal with Pseudo random number generation here. |