LINXx firmware
Extensions to LINX toolkit
config/LinxTM4C123G.h
1/****************************************************************************************
2** LINX Configuration data for the TI Tivia TM4C123G
3**
4** For more information see: www.labviewmakerhub.com/linx
5** For support visit the forums at: www.labviewmakerhub.com/forums/linx
6**
7** Written By Sam Kristoff
8**
9** BSD2 License.
10****************************************************************************************/
11
12#ifndef LINXCONFIG
13
14 #define LINXCONFIG
15
16 #define DEBUG_ENABLED -1
17 #define NUM_I2C_CHANS 1
18 #define NUM_SPI_CHANS 1
19 #define NUM_UART_CHANS 1
20 #define DEVICE_FAMILY 6
21
22 #define ARDUINO_VERSION 160
23
24#endif //LINXCONFIG
25