working on dma and add sp timing.

This commit is contained in:
2025-05-30 15:54:52 -06:00
parent 1a2fac899d
commit bb572cce69
3 changed files with 22 additions and 5 deletions

View File

@ -7,6 +7,7 @@ typedef struct {
u8 byte;
u8 value;
u8 start_delay;
bool transferring;
} dma_context;
typedef struct {