initial commit of project

This commit is contained in:
A.M. Rowsell 2026-06-15 15:03:54 -04:00
commit b1224528aa
4 changed files with 207 additions and 0 deletions

25
.gitignore vendored Normal file
View file

@ -0,0 +1,25 @@
# Created by https://www.toptal.com/developers/gitignore/api/cmake
# Edit at https://www.toptal.com/developers/gitignore?templates=cmake
### CMake ###
CMakeLists.txt.user
CMakeCache.txt
CMakeFiles
CMakeScripts
Testing
Makefile
cmake_install.cmake
install_manifest.txt
compile_commands.json
CTestTestfile.cmake
_deps
pico_sdk_import.cmake
### CMake Patch ###
CMakeUserPresets.json
# External projects
*-prefix/
# build folder
build/
# End of https://www.toptal.com/developers/gitignore/api/cmake