Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert project to an arduino project #3

Merged
merged 11 commits into from
Aug 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
on:
- push
- pull_request
jobs:
compile-sketch:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: arduino/compile-sketches@v1
with:
fqbn: "arduino:avr:uno"
sketch-paths: |
- src
- ruggeduino_test
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
.build_ano
lib
*.hex
*.elf
serials.csv
53 changes: 0 additions & 53 deletions Makefile

This file was deleted.

3 changes: 0 additions & 3 deletions build/.gitignore

This file was deleted.

17 changes: 0 additions & 17 deletions commission.py

This file was deleted.

File renamed without changes.
File renamed without changes.
Loading