hal::stm32f1
pin configuration should throw if the pin is already configured
#46
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# .github/workflows/take.yml | |
name: 📛 assign issue to contributor | |
on: | |
issue_comment: | |
jobs: | |
assign: | |
name: Take an issue | |
runs-on: ubuntu-latest | |
steps: | |
- name: take the issue | |
uses: bdougie/[email protected] | |
with: | |
message: Thanks for taking this issue! Let us know if you have any questions! | |
trigger: .take | |
token: ${{ secrets.GITHUB_TOKEN }} |