Skip to content

Commit ed03aa2

Browse files
authored
Merge pull request #3 from srobo/arduino-build
Convert project to an arduino project
2 parents 5c09d31 + 409530c commit ed03aa2

10 files changed

Lines changed: 157 additions & 270 deletions

File tree

.github/workflows/compile.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
on:
2+
- push
3+
- pull_request
4+
jobs:
5+
compile-sketch:
6+
runs-on: ubuntu-latest
7+
steps:
8+
- uses: actions/checkout@v4
9+
- uses: arduino/compile-sketches@v1
10+
with:
11+
fqbn: "arduino:avr:uno"
12+
sketch-paths: |
13+
- src
14+
- ruggeduino_test

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1+
.build_ano
2+
lib
13
*.hex
2-
*.elf
3-
serials.csv

Makefile

Lines changed: 0 additions & 53 deletions
This file was deleted.

build/.gitignore

Lines changed: 0 additions & 3 deletions
This file was deleted.

commission.py

Lines changed: 0 additions & 17 deletions
This file was deleted.
File renamed without changes.

0 commit comments

Comments
 (0)