is it possible to use arduino ethernet.h library for an arm m4 microcontroller?
i am using or trying to use the arduino ethernet.h library for an arm m4 microcontroller and i get an error when i compile:" ../Libraries/Ethernet/src/EthernetClient.cpp(53): error: ambiguous conversion for functional-style cast from 'unsigned long' to 'IPAddress'"
if (ip == IPAddress(0ul) || ip == IPAddress(0xFFFFFFFFFFFFul))
What toolchain?
i am using the artery at32, i am using keil uvision into project arduino for keil.
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.