File tree Expand file tree Collapse file tree 16 files changed +92
-15
lines changed
circuitplayground_nrf52840
itsybitsy_nrf52840_express Expand file tree Collapse file tree 16 files changed +92
-15
lines changed Original file line number Diff line number Diff line change 43
43
#define BUTTON_PULL NRF_GPIO_PIN_PULLUP
44
44
45
45
/*------------------------------------------------------------------*/
46
- /* UART
46
+ /* UART (only used by nRF52832)
47
47
*------------------------------------------------------------------*/
48
48
#define RX_PIN_NUMBER _PINNUM(1, 10)
49
49
#define TX_PIN_NUMBER _PINNUM(1, 3)
Original file line number Diff line number Diff line change 47
47
#define BUTTON_PULL NRF_GPIO_PIN_PULLDOWN
48
48
49
49
/*------------------------------------------------------------------*/
50
- /* UART
50
+ /* UART (only used by nRF52832)
51
51
*------------------------------------------------------------------*/
52
52
#define RX_PIN_NUMBER _PINNUM(0, 30)
53
53
#define TX_PIN_NUMBER _PINNUM(0, 14)
Original file line number Diff line number Diff line change 47
47
#define BUTTON_PULL NRF_GPIO_PIN_PULLUP
48
48
49
49
/*------------------------------------------------------------------*/
50
- /* UART
50
+ /* UART (only used by nRF52832)
51
51
*------------------------------------------------------------------*/
52
52
#define RX_PIN_NUMBER _PINNUM(0, 09)
53
53
#define TX_PIN_NUMBER _PINNUM(0, 10)
Original file line number Diff line number Diff line change 48
48
#define BUTTON_PULL NRF_GPIO_PIN_PULLUP
49
49
50
50
/*------------------------------------------------------------------*/
51
- /* UART
51
+ /* UART (only used by nRF52832)
52
52
*------------------------------------------------------------------*/
53
53
#define RX_PIN_NUMBER 7
54
54
#define TX_PIN_NUMBER 8
Original file line number Diff line number Diff line change 42
42
#define BUTTON_PULL NRF_GPIO_PIN_PULLUP
43
43
44
44
/*------------------------------------------------------------------*/
45
- /* UART
45
+ /* UART (only used by nRF52832)
46
46
*------------------------------------------------------------------*/
47
47
#define RX_PIN_NUMBER 8
48
48
#define TX_PIN_NUMBER 6
Original file line number Diff line number Diff line change 48
48
#define BUTTON_PULL NRF_GPIO_PIN_PULLUP
49
49
50
50
/*------------------------------------------------------------------*/
51
- /* UART
51
+ /* UART (only used by nRF52832)
52
52
*------------------------------------------------------------------*/
53
53
#define RX_PIN_NUMBER 8
54
54
#define TX_PIN_NUMBER 6
55
55
#define CTS_PIN_NUMBER 0
56
56
#define RTS_PIN_NUMBER 0
57
57
#define HWFC false
58
58
59
- // Used as model string in OTA mode
59
+ //--------------------------------------------------------------------+
60
+ // BLE OTA
61
+ //--------------------------------------------------------------------+
60
62
#define BLEDIS_MANUFACTURER "Adafruit Industries"
61
63
#define BLEDIS_MODEL "Feather nRF52840 Express"
62
64
Original file line number Diff line number Diff line change 47
47
#define BUTTON_PULL NRF_GPIO_PIN_PULLUP
48
48
49
49
/*------------------------------------------------------------------*/
50
- /* UART
50
+ /* UART (only used by nRF52832)
51
51
*------------------------------------------------------------------*/
52
52
#define RX_PIN_NUMBER _PINNUM(0, 25)
53
53
#define TX_PIN_NUMBER _PINNUM(0, 24)
Original file line number Diff line number Diff line change 48
48
#define BUTTON_PULL NRF_GPIO_PIN_PULLUP
49
49
50
50
/*------------------------------------------------------------------*/
51
- /* UART
51
+ /* UART (only used by nRF52832)
52
52
*------------------------------------------------------------------*/
53
53
#define RX_PIN_NUMBER 8
54
54
#define TX_PIN_NUMBER 6
Original file line number Diff line number Diff line change 48
48
#define BUTTON_PULL NRF_GPIO_PIN_PULLUP
49
49
50
50
/*------------------------------------------------------------------*/
51
- /* UART
51
+ /* UART (only used by nRF52832)
52
52
*------------------------------------------------------------------*/
53
53
#define RX_PIN_NUMBER 8
54
54
#define TX_PIN_NUMBER 6
Original file line number Diff line number Diff line change 48
48
#define BUTTON_PULL NRF_GPIO_PIN_PULLUP
49
49
50
50
/*------------------------------------------------------------------*/
51
- /* UART
51
+ /* UART (only used by nRF52832)
52
52
*------------------------------------------------------------------*/
53
53
#define RX_PIN_NUMBER 8
54
54
#define TX_PIN_NUMBER 6
You can’t perform that action at this time.
0 commit comments