We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I get an error when I try to compile the AnyDevice example
Arduino: 1.8.15 (Windows 10), Board: "Arduino Nano 33 BLE" libraries\MaximWire\HAL\NRF52840.cpp.o: In function MaximWire::HAL_NRF52840::HAL_NRF52840(unsigned char)': C:\Users\lukas\Documents\Arduino\libraries\MaximWire\src\HAL/NRF52840.cpp:9: undefined reference to digitalPinToPinName(unsigned char)' collect2.exe: error: ld returned 1 exit status
MaximWire::HAL_NRF52840::HAL_NRF52840(unsigned char)': C:\Users\lukas\Documents\Arduino\libraries\MaximWire\src\HAL/NRF52840.cpp:9: undefined reference to
exit status 1
Fehler beim Kompilieren für das Board Arduino Nano 33 BLE.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I get an error when I try to compile the AnyDevice example
Arduino: 1.8.15 (Windows 10), Board: "Arduino Nano 33 BLE"
libraries\MaximWire\HAL\NRF52840.cpp.o: In function
MaximWire::HAL_NRF52840::HAL_NRF52840(unsigned char)': C:\Users\lukas\Documents\Arduino\libraries\MaximWire\src\HAL/NRF52840.cpp:9: undefined reference to
digitalPinToPinName(unsigned char)'collect2.exe: error: ld returned 1 exit status
exit status 1
Fehler beim Kompilieren für das Board Arduino Nano 33 BLE.
The text was updated successfully, but these errors were encountered: