Backtracking maze generation with Arduino

Last Updated or created 2023-04-19 As POC for the maze game. Maze generation! This is my implementation of backtracking The displaymatrix function is a implementation of different led mappings Still have to decide where to place endpoint …At 8,8 or at first stack pop? Maybe both? Code