UoS³ Flight Computer Firmware
 All Data Structures Files Functions Groups Pages
board.h
1 /* This file contains any board-specific constants that need to be passed into the driver functions */
2 
3 #ifndef __BOARD_GNULINUX_H__
4 #define __BOARD_GNULINUX_H__
5 
6 #define LED_A 0x0
7 #define LED_B 0x1
8 
9 
10 #define UART_GNSS 0x0
11 #define UART_CAMERA 0x1
12 
13 
14 #define SPI_RADIO_RX 0x0
15 #define SPI_RADIO_TX 0x1
16 #define SPI_FRAM 0x2
17 
18 
19 #define GPIO0_RADIO_RX 0x0
20 #define GPIO0_RADIO_TX 0x1
21 
22 
23 #endif /* __BOARD_GNULINUX_H__ */