Skip to content

Refactor device drivers to use I2c interface #49

Refactor device drivers to use I2c interface

Refactor device drivers to use I2c interface #49

Workflow file for this run

name: C/C++ CI
on:
push:
branches:
- '*'
pull_request:
branches:
- '*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: Install arm-none-eabi
run: sudo apt install gcc-arm-none-eabi
- name: build all
run: |
cd scripts
./build_all.sh