openiolink / io-link-master-shield-hat-sw

Software for the IO-Link Master Shield/Hat for Arduino and Raspberry Pi
Apache License 2.0
25 stars 6 forks source link

move classes `OutputPin` and `InputPin` to `board/common` #50

Closed gammeter closed 3 years ago

gammeter commented 3 years ago

classes OutputPin and InputPin are not specific to the platform (but PinBase is).

gammeter commented 3 years ago

that's not true: they use platform-specific functions to read / write the pin!