File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
circuitplayground_express_crickit
circuitplayground_express_displayio
circuitplayground_express Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 25
25
#define CALIBRATE_CRYSTALLESS 1
26
26
27
27
// Explanation of how a user got into safe mode.
28
- #define BOARD_USER_SAFE_MODE_ACTION "pressing both buttons at start up"
28
+ #define BOARD_USER_SAFE_MODE_ACTION "pressing both buttons at start up\n "
29
29
30
30
// Increase stack size slightly due to CPX library import nesting
31
31
#define CIRCUITPY_DEFAULT_STACK_SIZE (4248) //divisible by 8
Original file line number Diff line number Diff line change 27
27
#define USER_NEOPIXELS_PIN (&pin_PB23)
28
28
29
29
// Explanation of how a user got into safe mode.
30
- #define BOARD_USER_SAFE_MODE_ACTION "pressing both buttons at start up"
30
+ #define BOARD_USER_SAFE_MODE_ACTION "pressing both buttons at start up\n "
31
31
32
32
// Increase stack size slightly due to CPX library import nesting
33
33
#define CIRCUITPY_DEFAULT_STACK_SIZE (4248) // divisible by 8
Original file line number Diff line number Diff line change 25
25
#define CALIBRATE_CRYSTALLESS 1
26
26
27
27
// Explanation of how a user got into safe mode.
28
- #define BOARD_USER_SAFE_MODE_ACTION "pressing both buttons at start up"
28
+ #define BOARD_USER_SAFE_MODE_ACTION "pressing both buttons at start up\n "
29
29
30
30
// Increase stack size slightly due to CPX library import nesting.
31
31
#define CIRCUITPY_DEFAULT_STACK_SIZE (4248) // divisible by 8
Original file line number Diff line number Diff line change 11
11
#define CALIBRATE_CRYSTALLESS 1
12
12
13
13
// Explanation of how a user got into safe mode.
14
- #define BOARD_USER_SAFE_MODE_ACTION "pressing both buttons at start up"
14
+ #define BOARD_USER_SAFE_MODE_ACTION "pressing both buttons at start up\n "
15
15
16
16
#define DEFAULT_I2C_BUS_SCL (&pin_PA08)
17
17
#define DEFAULT_I2C_BUS_SDA (&pin_PA09)
Original file line number Diff line number Diff line change 11
11
#define CALIBRATE_CRYSTALLESS 1
12
12
13
13
// Explanation of how a user got into safe mode.
14
- #define BOARD_USER_SAFE_MODE_ACTION "pressing both buttons at start up"
14
+ #define BOARD_USER_SAFE_MODE_ACTION "pressing both buttons at start up\n "
15
15
16
16
#define DEFAULT_I2C_BUS_SCL (&pin_PA01)
17
17
#define DEFAULT_I2C_BUS_SDA (&pin_PA00)
You can’t perform that action at this time.
0 commit comments