Skip to content

Extend GPIO mode #275

Closed
Closed
@fpistm

Description

@fpistm

Current mode available using pinMode() are:

  • INPUT
  • INPUT_PULLUP
  • INPUT_PULLDOWN
  • OUTPUT

Some other mode could be added as done in Arduino_STM32
At least:

  • INPUT_ANALOG
  • INPUT_FLOATING same as INPUT
  • OUTPUT_OPEN_DRAIN

Maybe AF mode.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions