Skip to content

Implement the DAC and EXTI #47

Implement the DAC and EXTI

Implement the DAC and EXTI #47

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: build
run: |
sudo apt-get update
sudo apt-get install gcc-arm-none-eabi
sudo chmod +x auto-build.sh
. auto-build.sh