LINXx firmware
Extensions to LINX toolkit
config/LinxAdafruitFeatherM0Wifi.h
1/****************************************************************************************
2** LINX Configuration data for the Adafruit Feather M0 Wifi
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 2
18 #define NUM_SPI_CHANS 1
19 #define NUM_UART_CHANS 2
20 #define DEVICE_FAMILY 255
21
22 #define LINXWIFI
23
24 #define IS_M0
25
26 #define ARDUINO_VERSION 105
27
28#endif //LINXCONFIG
29