bromagosa / Snap4Arduino

Binding Snap! and Arduino together
http://snap4arduino.rocks
GNU Affero General Public License v3.0
133 stars 85 forks source link

Fixing digital pins dropdown list #252

Closed jguille2 closed 6 years ago

jguille2 commented 6 years ago

All board digital pins report are assigned (by firmata) in modes INPUT, OUTPUT, SERVO and PULLUP.

%servoPin dropdown option was fine, showing all digital pins, but %digitalPin was not fine.

This PR moves all cases to a %digitalPin dropdown, showing correctly all available digital pins.

lang files are updated too.