aboutsummaryrefslogtreecommitdiff
path: root/Arduino/library.json
blob: fa253c84a29005f59f2b5db6bdc4c28b6d5544ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "name": "AVRQueue",
  "keywords": "task, queue",
  "description": "A task queuing library for AVR and Arduino processors.",
  "repository":
  {
    "type": "git",
    "url": "https://github.com/Zuph/AVRQueue"
  },
  "include": "Arduino",
  "frameworks": "arduino",
  "platforms": "atmelavr"
}