Skip to content

Extract hardcoded delay values into named constants #108

Description

@coderabbitai

Context

In PR #105, there's a hardcoded delay value of 50_000 microseconds (50ms) in the chip_reset method:

self.chip.delay_us(50_000); // 50 msec delay

Task

Extract this and other hardcoded delay values into named constants to make them more prominent. This is part of an eventual goal to remove delays if possible.

References

Acceptance Criteria

  • Replace hardcoded delay values with named constants
  • Constants should have descriptive names indicating their purpose
  • Consider grouping related delay constants together

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions