EcmaTC53 / spec

Ecma TC53 spec work
23 stars 9 forks source link

Should mode be an optional property on digital IO configuration objects? #8

Closed dtex closed 3 years ago

dtex commented 3 years ago

Are there providers that do not provide all the mode options? Are there providers that only provide one mode? If so, the mode option may not be required.

phoddie commented 3 years ago

There are certainly MCUs that don't support all modes. But, I don't see a reason to define a special case that allows a client to exclude the mode property for an MCU that supports only a single mode.