-
-
Notifications
You must be signed in to change notification settings - Fork 92
Open
Labels
topic: codeRelated to content of the project itselfRelated to content of the project itself
Description
Arduino SAMD and SAM boards have long defined WIRE_INTERFACES_COUNT in their variant header files.
This platform defines WIRE_HOWMANY to serve the same purpose. For example:
#define WIRE_HOWMANY 2 |
Please consider either changing WIRE_HOWMANY to WIRE_INTERFACES_COUNT for consistency with Arduino's other boards, or also define WIRE_INTERFACES_COUNT so programs like a Scanner example which scans all Wire ports can depend on a consistent define.
facchinm
Metadata
Metadata
Assignees
Labels
topic: codeRelated to content of the project itselfRelated to content of the project itself