Skip to content

Refactor SD card delay 10ms to remove reliance on interrupt #26

@breakintoprogram

Description

@breakintoprogram

There is no need for this to be running in the background all the time. Just enable around SD card initialisation, and disable once complete.

Acceptance Criteria:

  • Rewrite the timer delay code to avoid using interrupts.
  • Only use the timer in SD_init when mounting the SD card.

Testing:

  • Make sure the timer code is working.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    Status

    Released

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions