arduino / ArduinoCore-megaavr

Arduino Core for the ATMEGA4809 CPU
103 stars 62 forks source link

Use established KEYWORD_TOKENTYPE for Wire keyword #99

Closed per1234 closed 3 years ago

per1234 commented 3 years ago

All the other platform bundled libraries use KEYWORD1 for the library's global instance so this provides consistency.

Fixes (in combination with equivalent PRs in the other boards platform repos) https://github.com/arduino/Arduino/issues/8538