]> kolegite.com Git - vmks.git/commit
FEAT: first working version of the belot simulation
authorVladimir Garistov <vl.garistov@gmail.com>
Mon, 15 Apr 2024 04:29:58 +0000 (07:29 +0300)
committerVladimir Garistov <vl.garistov@gmail.com>
Mon, 15 Apr 2024 04:29:58 +0000 (07:29 +0300)
commit7782da88093e0d7d85dbd62d79810077c9752494
tree65363eea2ef052c185c5bb967a584ebeaa1c4da1
parent703f9b5ae2e639f80b472f7033c6b8dd09abc441
FEAT: first working version of the belot simulation
Examples/FreeRTOS/freertos_belot_sim/belot.cpp
Examples/FreeRTOS/freertos_belot_sim/belot.hpp
Examples/FreeRTOS/freertos_belot_sim/card.cpp
Examples/FreeRTOS/freertos_belot_sim/card.hpp
Examples/FreeRTOS/freertos_belot_sim/debug.hpp [new file with mode: 0644]
Examples/FreeRTOS/freertos_belot_sim/deck.cpp
Examples/FreeRTOS/freertos_belot_sim/dumb_af_bot.cpp [new file with mode: 0644]
Examples/FreeRTOS/freertos_belot_sim/dumb_af_bot.hpp [new file with mode: 0644]
Examples/FreeRTOS/freertos_belot_sim/freertos_belot_sim.ino
Examples/FreeRTOS/freertos_belot_sim/player.cpp