Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

add application note links to readme #35

add application note links to readme

add application note links to readme #35

Workflow file for this run

on:
push:
pull_request:
branches:
- master
jobs:
code-analysis:
runs-on: "ubuntu-22.04"
steps:
- uses: actions/checkout@v4
- uses: awalsh128/cache-apt-pkgs-action@v1.4.3
with:
packages: clang-format
version: 1.0
- name: clang-format
run: find . -type f -iregex ".*\.\(c\|h\|cpp\|ino\)" -exec clang-format -i -style=file {} \; && git diff --exit-code
raspberry-pi-example-sources:
runs-on: "ubuntu-22.04"
steps:
- uses: actions/checkout@v4
- name: run-download
run: |
cd ./examples/raspberry-pi
ls
make download
- uses: actions/upload-artifact@v4
with:
name: raspi-source-dist
path: ./examples/raspberry-pi/*
if-no-files-found: error
build-raspberry-pi-examples:
runs-on: "ubuntu-22.04"
needs: raspberry-pi-example-sources
steps:
- uses: actions/checkout@v4
- uses: actions/download-artifact@v4
with:
name: raspi-source-dist
path: ./examples/raspberry-pi/build-test
- name: test-build
run: |
cd ./examples/raspberry-pi/build-test
ls
make algorithm_example_usage
make low_power_example
Morty Proxy This is a proxified and sanitized view of the page, visit original site.