1 parent 4d7b9cd commit a4508f8Copy full SHA for a4508f8
1 file changed
ports/nrf/boards/simmel/mpconfigboard.h
@@ -45,6 +45,9 @@
45
#define BOOTLOADER_SIZE (0x4000) // 12 kiB
46
#define CIRCUITPY_BLE_CONFIG_SIZE (12*1024)
47
48
+#define DEFAULT_I2C_BUS_SCL (&pin_P0_08)
49
+#define DEFAULT_I2C_BUS_SDA (&pin_P1_09)
50
+
51
// Reduce nRF SoftRadio memory usage
52
#define BLEIO_VS_UUID_COUNT 10
53
#define BLEIO_HVN_TX_QUEUE_SIZE 2
0 commit comments