Added functionality for W5500

Initialisation works. Compiling fails on "htonl" expansion. If commented out it compiles fine.
This commit is contained in:
OnlineCaveman
2022-10-28 19:35:02 +02:00
parent b0238cfe7e
commit cf44c4efe9
7 changed files with 339 additions and 94 deletions

View File

@@ -42,8 +42,8 @@
KnxFacade<Samd51Platform, Bau07B0> knx(buttonEvent);
#elif MASK_VERSION == 0x27B0
KnxFacade<Samd51Platform, Bau2920> knx(buttonEvent);
// #elif MASK_VERSION == 0x57B0
// KnxFacade<Samd51Platform, Bau57B0> knx(buttonEvent);
#elif MASK_VERSION == 0x57B0
KnxFacade<Samd51Platform, Bau57B0> knx(buttonEvent);
#else
#error "Mask version not supported on SAMD51"
#endif