Skip to content

fix: GpioPins and others should be ZST #25

Description

@btpsj

Currently GpioPin holds a &'static R making the pin hold a pointer and also making the Parts hold space. Instead, we should be able to make GpioPin hold a zero-sized type and avoid unnecessary data allocation.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions