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 4343#define BUTTON_PULL NRF_GPIO_PIN_PULLUP
4444
4545/*------------------------------------------------------------------*/
46- /* UART
46+ /* UART (only used by nRF52832)
4747 *------------------------------------------------------------------*/
4848#define RX_PIN_NUMBER _PINNUM(1, 10)
4949#define TX_PIN_NUMBER _PINNUM(1, 3)
Original file line number Diff line number Diff line change 4747#define BUTTON_PULL NRF_GPIO_PIN_PULLDOWN
4848
4949/*------------------------------------------------------------------*/
50- /* UART
50+ /* UART (only used by nRF52832)
5151 *------------------------------------------------------------------*/
5252#define RX_PIN_NUMBER _PINNUM(0, 30)
5353#define TX_PIN_NUMBER _PINNUM(0, 14)
Original file line number Diff line number Diff line change 4747#define BUTTON_PULL NRF_GPIO_PIN_PULLUP
4848
4949/*------------------------------------------------------------------*/
50- /* UART
50+ /* UART (only used by nRF52832)
5151 *------------------------------------------------------------------*/
5252#define RX_PIN_NUMBER _PINNUM(0, 09)
5353#define TX_PIN_NUMBER _PINNUM(0, 10)
Original file line number Diff line number Diff line change 4848#define BUTTON_PULL NRF_GPIO_PIN_PULLUP
4949
5050/*------------------------------------------------------------------*/
51- /* UART
51+ /* UART (only used by nRF52832)
5252 *------------------------------------------------------------------*/
5353#define RX_PIN_NUMBER 7
5454#define TX_PIN_NUMBER 8
Original file line number Diff line number Diff line change 4242#define BUTTON_PULL NRF_GPIO_PIN_PULLUP
4343
4444/*------------------------------------------------------------------*/
45- /* UART
45+ /* UART (only used by nRF52832)
4646 *------------------------------------------------------------------*/
4747#define RX_PIN_NUMBER 8
4848#define TX_PIN_NUMBER 6
Original file line number Diff line number Diff line change 4848#define BUTTON_PULL NRF_GPIO_PIN_PULLUP
4949
5050/*------------------------------------------------------------------*/
51- /* UART
51+ /* UART (only used by nRF52832)
5252 *------------------------------------------------------------------*/
5353#define RX_PIN_NUMBER 8
5454#define TX_PIN_NUMBER 6
5555#define CTS_PIN_NUMBER 0
5656#define RTS_PIN_NUMBER 0
5757#define HWFC false
5858
59- // Used as model string in OTA mode
59+ //--------------------------------------------------------------------+
60+ // BLE OTA
61+ //--------------------------------------------------------------------+
6062#define BLEDIS_MANUFACTURER "Adafruit Industries"
6163#define BLEDIS_MODEL "Feather nRF52840 Express"
6264
Original file line number Diff line number Diff line change 4747#define BUTTON_PULL NRF_GPIO_PIN_PULLUP
4848
4949/*------------------------------------------------------------------*/
50- /* UART
50+ /* UART (only used by nRF52832)
5151 *------------------------------------------------------------------*/
5252#define RX_PIN_NUMBER _PINNUM(0, 25)
5353#define TX_PIN_NUMBER _PINNUM(0, 24)
Original file line number Diff line number Diff line change 4848#define BUTTON_PULL NRF_GPIO_PIN_PULLUP
4949
5050/*------------------------------------------------------------------*/
51- /* UART
51+ /* UART (only used by nRF52832)
5252 *------------------------------------------------------------------*/
5353#define RX_PIN_NUMBER 8
5454#define TX_PIN_NUMBER 6
Original file line number Diff line number Diff line change 4848#define BUTTON_PULL NRF_GPIO_PIN_PULLUP
4949
5050/*------------------------------------------------------------------*/
51- /* UART
51+ /* UART (only used by nRF52832)
5252 *------------------------------------------------------------------*/
5353#define RX_PIN_NUMBER 8
5454#define TX_PIN_NUMBER 6
Original file line number Diff line number Diff line change 4848#define BUTTON_PULL NRF_GPIO_PIN_PULLUP
4949
5050/*------------------------------------------------------------------*/
51- /* UART
51+ /* UART (only used by nRF52832)
5252 *------------------------------------------------------------------*/
5353#define RX_PIN_NUMBER 8
5454#define TX_PIN_NUMBER 6
You can’t perform that action at this time.
0 commit comments