Skip to content

History

Revisions

  • Added Raspberry Pi Pico as Logic Analyzer

    @Koepel Koepel committed Jan 7, 2023
    21fcddc
  • Added TimMathias I2C library

    @Koepel Koepel committed May 16, 2022
    3b9578f
  • Added link to I2C Sniffer with ESP32

    @Koepel Koepel committed Nov 9, 2021
    7ef1230
  • Updated Using a library that needs a TwoWire pointer (markdown)

    @Koepel Koepel committed Aug 29, 2021
    7f0f065
  • Updated Using a library that needs a TwoWire pointer (markdown)

    @Koepel Koepel committed Aug 29, 2021
    5e0f76f
  • Updated Using a library that needs a TwoWire pointer (markdown)

    @Koepel Koepel committed Aug 29, 2021
    1b29a4a
  • Updated Using a library that needs a TwoWire pointer (markdown)

    @Koepel Koepel committed Aug 29, 2021
    2070183
  • Update SparkFun SAMD, Arduino SAMD, STM32 to note that they support multiple buses

    @bxparks bxparks committed Aug 25, 2021
    30b4101
  • Change AVR Wire library to note that it does NOT support multiple buses

    @bxparks bxparks committed Aug 25, 2021
    a13ae07
  • Add explanation of why SoftwareWire no longer inherits from TwoWire; clean up some formatting

    @bxparks bxparks committed Aug 24, 2021
    efe598f
  • Shorten Notes column for AceWire to reduce width of table, to remove horizontal scrollbar, during normal viewing

    @bxparks bxparks committed Aug 24, 2021
    1363041
  • Add entry for https://github.com/bxparks/AceWire

    @bxparks bxparks committed Aug 24, 2021
    e953f74
  • Readd URL to Arduino AVR Wire library documentation; add explanation that "compatibility" means source-level compatibility since TwoWire is not polymorphic

    @bxparks bxparks committed Aug 24, 2021
    c1a0b27
  • Update ESP32 to note that it supports multiple I2C buses and comes predefined with 2 instances, Wire and Wire1

    @bxparks bxparks committed Aug 24, 2021
    a95c45a
  • Change RX:none to RX:0, TX:none to TX:0 for consistency

    @bxparks bxparks committed Aug 24, 2021
    e67426e
  • Add preinstalled Wire libraries for STM32, Arduino SAMD, SparkFun SAMD which have different implementations and different buffer sizes

    @bxparks bxparks committed Aug 24, 2021
    5cd2320
  • Move AVR Wire.h into AVR section; add ESP32 Wire.h, STM32duino Wire.h which have different buffer sizes

    @bxparks bxparks committed Aug 24, 2021
    39b7878
  • Add note that Seeed-Studio Arduino Software I2C also pulls active HIGH which may cause problems on open-drain I2C lines

    @bxparks bxparks committed Aug 24, 2021
    8734209
  • Add note that Steve Marple SoftWire uses user-provided buffers which can be any length.

    @bxparks bxparks committed Aug 24, 2021
    5281d5c
  • Add RX:32, TX:32 for SpenceKonde Wire.h

    @bxparks bxparks committed Aug 24, 2021
    804273d
  • Fix table formatting

    @bxparks bxparks committed Aug 24, 2021
    5f7bf3d
  • Add new column (RX/TX Buffer Sizes) to indicate if the library uses receive and transmit buffers and their sizes

    @bxparks bxparks committed Aug 24, 2021
    e213834
  • Seeed-Studio now compiles on ESP32 after fix

    @bxparks bxparks committed Aug 24, 2021
    c9160de
  • Add comment that SWire, based on XantoI2C, actually implements the receive functionality that XantoI2C lacks.

    @bxparks bxparks committed Jul 27, 2021
    75a8122
  • Add note that Seeed-Studio I2C library exceeds I2C clock limint on some 32-bit processors due to missing delayMicroseconds()

    @bxparks bxparks committed Jul 27, 2021
    a07a7f3
  • Tweak spacing to shirink horizontal column size

    @bxparks bxparks committed Jul 27, 2021
    f43281a
  • Add SpenceKonde/Wire default library in SpenceKonde/ATTinyCore

    @bxparks bxparks committed Jul 27, 2021
    5a102c5
  • Add entry for jmparatte/jm_Wire library under AVR section

    @bxparks bxparks committed Jul 27, 2021
    d2cbff0
  • Fix tolbot/SoftI2CMaster, SoftI2CMaster inherits from TwoWire not Stream

    @bxparks bxparks committed Jul 27, 2021
    54e124c
  • Move SoftIIC from ATtiny section to AVR section

    @bxparks bxparks committed Jul 27, 2021
    c17e95d