File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
src/boards/ebyte_e104_bt5032a Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 30
30
*------------------------------------------------------------------*/
31
31
#define LEDS_NUMBER 2
32
32
#define LED_PRIMARY_PIN 31 // Red - named "Data"
33
- #define LED_SECONDARY_PIN 30 // Blue - named "Link" (actually a red one... )
33
+ #define LED_SECONDARY_PIN 30 // Blue - named "Link" (also a red one on the Test Board )
34
34
#define LED_STATE_ON 1
35
35
36
36
/*------------------------------------------------------------------*/
37
37
/* BUTTON
38
38
*------------------------------------------------------------------*/
39
39
#define BUTTONS_NUMBER 2
40
- #define BUTTON_1 29 // Actual Button - DISC
40
+ #define BUTTON_1 29 // DISC Button on E104-BT5032A-TB Test Board
41
+ // BUTTON_1 is DFU. The module does not have reset circuitry.
42
+ // The Test Board from Ebyte (E104-BT5032A-TB) also does not have reset circuitry
43
+ // To be able to upload using the Arduino IDE, (To enter DFU mode)
44
+ // Press "DISC", press and release "RST", then release "DISC"
41
45
#define BUTTON_2 28 // No button - WKP pin
42
46
#define BUTTON_PULL NRF_GPIO_PIN_PULLUP
43
47
You can’t perform that action at this time.
0 commit comments