refactor SPI handling and introduce SPI CS

This commit is contained in:
2024-03-21 20:55:26 +01:00
parent 474fce2278
commit 9acd56b79b
7 changed files with 12 additions and 108 deletions

View File

@ -5,12 +5,12 @@
#include "time.h"
#include "scheduler.h"
#include "led.h"
#include "canvas.h"
#include "game.h"
#include "buttons.h"
#include "shapes.h"
#include "myrand.h"
#include "spi.h"
int main() {
@ -26,7 +26,7 @@ int main() {
schInit();
ledInit();
spiInit();
myRandInit();
canvasInit();