First draft

This commit is contained in:
2025-11-07 15:57:11 +00:00
commit f306df9daf
13 changed files with 502 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
#pragma once
#include <stddef.h>
#include <stdbool.h>
//This shoulb be handled by CSP
#define ADDRESS_OBC ((int)1)
#define ADDRESS_TTC ((int)2)
bool bus_send(int destination, void *buf, size_t size);