tinyusb
board_lpclink2.h
Go to the documentation of this file.
1 /**************************************************************************/
37 /**************************************************************************/
38 
39 #ifndef _TUSB_BOARD_LPCLINK2_H_
40 #define _TUSB_BOARD_LPCLINK2_H_
41 
42 #ifdef __cplusplus
43  extern "C" {
44 #endif
45 
46 #include "LPC43xx.h"
47 #include "lpc43xx_scu.h"
48 #include "lpc43xx_cgu.h"a
49 #include "lpc43xx_gpio.h"
50 #include "lpc43xx_uart.h"
51 #include "lpc43xx_i2c.h"
52 
53 #define CFG_PRINTF_TARGET PRINTF_TARGET_UART
54 
55 #ifdef __cplusplus
56  }
57 #endif
58 
59 #endif /* _TUSB_BOARD_LPCLINK2_H_ */