Definition of SET_PIN_MODE in global namespace clashes with popular Firmata library #233
Labels
topic: code
Related to content of the project itself
type: imperfection
Perceived defect in any part of project
Hi there,
I've been trying for a while to compile either https://github.com/firmata/arduino or https://github.com/firmata/ConfigurableFirmata on the Arduino MKR WIFI 1010.
Unfortunately there seems to be a clash with the definition of
SET_PIN_MODE
in the global namespace here:WiFiNINA/src/utility/wifi_spi.h
Line 102 in 094856b
The issue is also discussed here: firmata/arduino#470
Any ideas, how this could be solved?
The text was updated successfully, but these errors were encountered: