library.json 277 B

12345678910111213
  1. {
  2. "name": "RedFly",
  3. "keywords": "wifi, wlan",
  4. "description": "RedFly-Shield (WiFi/WLAN)",
  5. "include": "RedFly",
  6. "repository":
  7. {
  8. "type": "git",
  9. "url": "https://github.com/watterott/Arduino-Libs.git"
  10. },
  11. "frameworks": "arduino",
  12. "platforms": "atmelavr"
  13. }