8000 stash config · ricardoquesada/circuitpython@a4508f8 · GitHub
[go: up one dir, main page]

Skip to content

Commit a4508f8

Browse files
committed
stash config
1 parent 4d7b9cd commit a4508f8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ports/nrf/boards/simmel/mpconfigboard.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@
4545
#define BOOTLOADER_SIZE (0x4000) // 12 kiB
4646
#define CIRCUITPY_BLE_CONFIG_SIZE (12*1024)
4747

48+
#define DEFAULT_I2C_BUS_SCL (&pin_P0_08)
49+
#define DEFAULT_I2C_BUS_SDA (&pin_P1_09)
50+
4851
// Reduce nRF SoftRadio memory usage
4952
#define BLEIO_VS_UUID_COUNT 10
5053
#define BLEIO_HVN_TX_QUEUE_SIZE 2

0 commit comments

Comments
 (0)
0