Closed gammeter closed 3 years ago
classes OutputPin and InputPin are not specific to the platform (but PinBase is).
OutputPin
InputPin
PinBase
that's not true: they use platform-specific functions to read / write the pin!
classes
OutputPin
andInputPin
are not specific to the platform (butPinBase
is).