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
map
I created new UNO project in PlatformIO and added ArduinoFake library as deps. When I build it, its throwing error as below,
The text was updated successfully, but these errors were encountered:
This library is for testing your code on your laptop / desktop computer rather than on embedded hardware.
Looking at the logs it was trying to compile the code for use on an Arduino Uno - Processing * in uno environment
Processing * in uno environment
If you already have a native environment you can run pio test -e native
native
pio test -e native
If you don't have a native environment, add the following to your platformio.ini file and try running the above command again.
platformio.ini
[env:native] platform=native lib_deps= fabiobatsilva/ArduinoFake@^0.3.1
Sorry, something went wrong.
No branches or pull requests
I created new UNO project in PlatformIO and added ArduinoFake library as deps. When I build it, its throwing error as below,
The text was updated successfully, but these errors were encountered: