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_H__
4 #define __BOARD_H__
5 
6 #define LED_A 0x0
7 #define LED_B 0x1
8 
9 #endif /* __BOARD_H__ */