You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.
Hello! This is the request to add an RPI Pico board compatibility,
I have been trying to use the RPI Pico board as an i2C slave instead of Arduino boards. RPi Pico seems to be a reasonable alternative for mining slaves that can be added to your Github project.
Being an inexperienced user, I am not able to resolve the issue by myself. When I try to use the sketch (without any editing), it fails to compile with an error that describes the compatibility issue of the ArduinoUniqueID library with Raspberry Pi Pico board.
WARNING: library ArduinoUniqueID-master claims to run on avr, esp8266, esp32, sam, samd, stm32 architecture(s) and may be incompatible with your current board which runs on mbed architecture(s).
.....
exit status 1
Error compiling for board Raspberry Pi Pico.
I'm completely unable to fix the issue: I have tried using different RPI Pico Board supports in the boards' manager.
Since the RPI Pico seems to be a different architecture, would you help me get it working?
Thank you in advance!!!!!!!
The text was updated successfully, but these errors were encountered:
Hello! This is the request to add an RPI Pico board compatibility,
I have been trying to use the RPI Pico board as an i2C slave instead of Arduino boards. RPi Pico seems to be a reasonable alternative for mining slaves that can be added to your Github project.
Being an inexperienced user, I am not able to resolve the issue by myself. When I try to use the sketch (without any editing), it fails to compile with an error that describes the compatibility issue of the ArduinoUniqueID library with Raspberry Pi Pico board.
I'm completely unable to fix the issue: I have tried using different RPI Pico Board supports in the boards' manager.
Since the RPI Pico seems to be a different architecture, would you help me get it working?
Thank you in advance!!!!!!!
The text was updated successfully, but these errors were encountered: