Skip to content

Commit

Permalink
Library.json: Include Arduino example files
Browse files Browse the repository at this point in the history
  • Loading branch information
nhjschulz committed Sep 25, 2024
1 parent d940aed commit da072b6
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions library.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
"export": {
"include": [
"src/*.[ch]",
"doc/*.puml"
"doc/*.puml",
"examples/UnoBlink"
]
},
"examples": [
Expand All @@ -33,8 +34,12 @@
"base": "examples/UnoBlink",
"files": [
"platformio.ini",
"src/*.[ch]",
"src/states/*.[ch]",
"src/states/OffState.cpp",
"src/states/OffState.h",
"src/states/OnState.cpp",
"src/states/OnState.h",
"src/blinkdata.h",
"src/main.cpp",
"README.md"
]
}
Expand Down

0 comments on commit da072b6

Please sign in to comment.