Closed Ymit24 closed 7 months ago
Remove code from embedded_firmware which depends on features from the mkrzero that isn't present in the custom hardware. (E.g. LED_BUILTIN)
It is not useful to try and drive a pin which is not connected.
Going to knock this out really quick.
Done. This one was very quick and easy.
Merged.
What?
Remove code from embedded_firmware which depends on features from the mkrzero that isn't present in the custom hardware. (E.g. LED_BUILTIN)
Why?
It is not useful to try and drive a pin which is not connected.
How?