mmarchetti / DirectIO

Fast, simple I/O library for Arduino
GNU Lesser General Public License v3.0
115 stars 27 forks source link

Mark InputPin() & OutputPin() contructors "explicit" #29

Closed labodj closed 3 years ago

labodj commented 3 years ago

These methods should be explicit to avoid implicit casts

mmarchetti commented 3 years ago

This is a good change - I can see how this could cause problems as it is.