Skip to content

Commit d0453f4

Browse files
committed
shrink sensebox; fix doc error
1 parent cc410ad commit d0453f4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

ports/atmel-samd/boards/sensebox_mcu/mpconfigboard.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ CIRCUITPY_FULL_BUILD = 0
1313
# There are many pin definitions on this board; it doesn't quite fit on very large translations.
1414
# Remove a couple of modules.
1515
CIRCUITPY_ONEWIREIO = 0
16+
CIRCUITPY_RAINBOWIO = 0

shared-bindings/busio/I2C.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
//| :param int frequency: The clock frequency in Hertz
5959
//| :param int timeout: The maximum clock stretching timeut - (used only for
6060
//| :class:`bitbangio.I2C`; ignored for :class:`busio.I2C`)
61+
//| """
6162
//| ...
6263
//|
6364
STATIC mp_obj_t busio_i2c_make_new(const mp_obj_type_t *type, size_t n_args, size_t n_kw, const mp_obj_t *all_args) {

0 commit comments

Comments
 (0)