Skip to content

Trouble with static buffer sizes within the I2C libray. #19

Open
@agdl

Description

@agdl

From @DieterBurandt on January 17, 2017 17:16

(Arduino 1.6.18.1)

  • I2C communication:

The I2C buffer has a fixed size of 32byte in the Arduino library. If you like to use an EEPROM with a page size of e.g. 128 byte, then you must patch the buffer size in the Arduino library.

Please implement a simple method, that the user can set the size of the buffer from within the project (AVR, SAM, and SAMD(?)).

(SAM: "Wire.h" => "#define BUFFER_LENGTH 32")

Copied from original issue: arduino/Arduino#5871

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions