Skip to content

Initial Master Mode only I2C

Compare
Choose a tag to compare
@stickbreaker stickbreaker released this 18 Jan 21:58
· 98 commits to master since this release
b502fd7

18JAN2018
Initial release, this release only supports the first I2C channel I2C0 in Master Mode. This release is preparatory for initial Slave Mode merging. This code was forked from espressif/Arduino-esp32 November 27,2017

The attached zip only contains the modified/new files:

  • examples in libraries/Wire/examples
  • readme in libraries/Wire/doc
  • readme in root
  • modified files
    • cores/esp32/esp32-hal-i2c.h
    • cores/esp32/esp32-hal-i2c.cpp
    • cores/esp32/esp32-hal-log.h
    • libraries/Wire/src/Wire.h
    • libraries/Wire/src/Wire.cpp

Chuck