RasPiArduino icon indicating copy to clipboard operation
RasPiArduino copied to clipboard

User can activate wrong pin

Open me-no-dev opened this issue 9 years ago • 0 comments

A user can currently cal pinMode/digital* on any pin. Those should be restricted by the pinmask for the particular board. One resolution is to create different Board configs for each pin layout and have the pinmask defined globally depending on the model selected.

me-no-dev avatar Dec 29 '15 12:12 me-no-dev