Skip to content

Commit

Permalink
Merge pull request #3 from srobo/arduino-build
Browse files Browse the repository at this point in the history
Convert project to an arduino project
  • Loading branch information
WillB97 authored Aug 31, 2024
2 parents 5c09d31 + 409530c commit ed03aa2
Show file tree
Hide file tree
Showing 10 changed files with 157 additions and 270 deletions.
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

0 comments on commit ed03aa2

Please sign in to comment.