Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Unger committed Feb 3, 2022
2 parents 41b75e3 + ab65e10 commit 486b87a
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
name: Library Compile
on: push
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: arduino/arduino-lint-action@v1
with:
library-manager: submit
project-type: library
build:
name: Test compile
runs-on: ubuntu-latest
Expand Down
4 changes: 2 additions & 2 deletions library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=Simple FOC drivers
version=1.0
name=SimpleFOCDrivers
version=1.0.0
author=Simplefoc <info@simplefoc.com>
maintainer=Simplefoc <info@simplefoc.com>
sentence=A library of supporting drivers for SimpleFOC. Motor drivers chips, encoder chips, current sensing and supporting code.
Expand Down

0 comments on commit 486b87a

Please sign in to comment.