SpenceKonde / ATTinyCore

Arduino core for ATtiny 1634, 828, x313, x4, x41, x5, x61, x7 and x8
Other
1.53k stars 301 forks source link

Fix for broken I2C functionality on x41 chips #843

Open ahshah opened 4 months ago

ahshah commented 4 months ago
- CLK/SDA Pins are swapped and comments are misleading
- Pin swap Discussion can be viewed here:
    https://github.com/SpenceKonde/ATTinyCore/discussions/833
- Fix recursive call: Wire.cpp in soft master / hw slave
- SoftI2CMaster.h has some interesting code changes that I can't make heads or tails of. They also break software master functionality, changes proposed here get things working again.
- Improved some indentation and grammar