Skip to content

Replace DAC with timer PWM #60

Replace DAC with timer PWM

Replace DAC with timer PWM #60

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