LINXx firmware
Extensions to LINX toolkit
Source
core
device
config
config/LinxPjrcTeensy40.h
1
/****************************************************************************************
2
** LINX Configuration data for the PJRC Teensy 3.0
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 3
18
#define NUM_SPI_CHANS 3
19
#define NUM_UART_CHANS 5
20
#define DEVICE_FAMILY 2
21
22
#define ARDUINO_VERSION 105
23
24
#endif
//LINXCONFIG
25
Generated by
1.9.4