Skip to content

Commit

Permalink
Merge pull request #50 from gastonfeng/master
Browse files Browse the repository at this point in the history
port to Arduino
  • Loading branch information
armink authored Mar 6, 2021
2 parents 156a31c + 27e457d commit fcc81e2
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions library.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"name": "SFUD",
"version": "0.0.0",
"build": {
"flags": [
"-I sfud/inc",
"-I src/drivers"
],
"srcDir": "sfud/src",
"srcFilter": "+<*> -<demo/>"
},
"dependencies": []
}

0 comments on commit fcc81e2

Please sign in to comment.