First draft
This commit is contained in:
10
doc/examples/OBC+TTC/shared/bus/bus.h
Normal file
10
doc/examples/OBC+TTC/shared/bus/bus.h
Normal 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);
|
||||
Reference in New Issue
Block a user