fmt: reformatted code, changed some function signatures, fairly minor

This commit is contained in:
A.M. Rowsell 2025-08-29 04:17:16 -04:00
commit 21fae88bdb
Signed by untrusted user who does not match committer: amr
GPG key ID: E0879EDBDB0CA7B1
5 changed files with 216 additions and 50 deletions

View file

@ -179,6 +179,8 @@ extern "C" int main(void) {
initInterrupts();
Board gameBoard;
NeoPixel boardLights(64);
gameBoard.setupInitialPosition();
while(1) {
}
}