arduino-esp32/docs
Sugar Glider 0a45a06142
feat(wire): std::functional Wire slave callback functions (#11582)
This PR enhances the Wire library to support std::function–based callbacks for I2C slave mode, enabling the use of lambdas and captured contexts.

- Replaces raw function pointers in TwoWire and HardwareI2C with std::function for onRequest and onReceive
- Updates constructors, method signatures, and default initializations to use std::function
- Adds new example sketch, CI config, and documentation updates demonstrating the functional callback API
2025-07-12 02:12:36 -03:00
..
_static Remove 3rd party references in code and documentation (#10666) 2024-12-03 14:35:13 -03:00
en feat(wire): std::functional Wire slave callback functions (#11582) 2025-07-12 02:12:36 -03:00
conf_common.py feat(docs_version): Update docs in update-version script (#11564) 2025-07-09 13:24:42 +03:00
requirements.txt fix(docs): Fix links and versions (#11505) 2025-06-24 14:43:27 +03:00
utils.sh ci(pre-commit): Add bash script formatter and linter (#10681) 2024-12-09 15:25:11 +02:00