Browse Source

Handle all nested examples

More examples for http://platformio.org/#!/lib/show/70/Audio
dds
Ivan Kravets 9 years ago
parent
commit
210ed98669
1 changed files with 5 additions and 1 deletions
  1. +5
    -1
      library.json

+ 5
- 1
library.json View File

{ {
"name": "SerialFlash", "name": "SerialFlash",
"frameworks": "arduino" "frameworks": "arduino"
}
},
"examples": [
"examples/*/*.ino",
"examples/*/*/*.ino"
]
} }

Loading…
Cancel
Save