Skip to content

Commit

Permalink
Restore builder rule
Browse files Browse the repository at this point in the history
  • Loading branch information
bugadani committed Nov 7, 2024
1 parent b17222b commit 8077170
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions documentation/API-GUIDELINES.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ The following paragraphs contain additional recommendations.
- `into_blocking` should undo the configuration done by `into_async`.
- The asynchronous driver implemntation should also expose the blocking methods (except for interrupt related functions).
- Consider adding a `Drop` implementation resetting the peripheral to idle state.
- Consider using a builder-like pattern for driver construction.

## Interoperability

Expand Down

0 comments on commit 8077170

Please sign in to comment.