Skip to content

Add buzzer timer to pindefs#21

Merged
NArmistead merged 1 commit into
mainfrom
na/r3-buzzer
Jun 21, 2026
Merged

Add buzzer timer to pindefs#21
NArmistead merged 1 commit into
mainfrom
na/r3-buzzer

Conversation

@NArmistead

Copy link
Copy Markdown
Contributor

Description

Adds buzzer pindefs

Issue Link

Parent (FCF): SunDevilRocketry/Flight-Computer-Firmware#290

Testing

  • Passes existing unit tests
  • Unit tests modified (link the test changes as a child PR)
  • Integration test performed

N/A

Reviewer Checklist

Standards

  • Follows FCF Architectural Standards
  • Follows SDR Coding Standards
  • Code complexity/function Size is minimized
  • Code is testable
  • Code is readable and commented properly
  • License terms are respected

Error Handling

  • Potentially unsafe functions return a status code
  • Error returns properly handled

Memory

  • Stack allocated memory is scoped correctly
  • Heap allocated memory is avoided
  • Globally allocated memory is minimized except when necessary
  • Pointers are used correctly
  • Concurrency has been considered

Performance

  • Rate limiters are respected
  • Busy waiting is avoided
  • "Delay" calls are not used in performance sensitive code

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant