CommunityGD32Cores / ArduinoCore-GD32

Arduino core for GD32 devices, community developed, based on original GigaDevice's core
Other
86 stars 33 forks source link

Make it possible for a core to override the Wire library's global timeout #46

Closed obra closed 2 years ago

obra commented 2 years ago

The default timeout is much longer than the Arduino standard. This lets a core adjust things down. Eventually, it'd be nice to make this configurable in code.