Skip to content

Implement pinMode() function properly. #14

@end2endzone

Description

@end2endzone

The pinMode() function must be fully implemented.

The following features are required:

  • pin mode should be saved for all pins.
  • pins set to INPUT_PULLUP should be set to HIGH by default to simulate the internal pull-up resistor
  • calling digitalWrite on an input pin should activate the internal pull-up resistor

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions