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 was archived by the owner on Apr 24, 2019. It is now read-only.
Build fails because SW2 and SW3 are not mapped to this target:
[Error] main.cpp@72,24: 'SW2' was not declared in this scope
[Error] main.cpp@73,26: 'SW3' was not declared in this scope
[ERROR] .\main.cpp:72:24: error: 'SW2' was not declared in this scope
InterruptIn obs_button(SW2);
^
.\main.cpp:73:26: error: 'SW3' was not declared in this scope
InterruptIn unreg_button(SW3);
^
We need to create a config mapping for the relevant targets using this example.