الملفات
vm-ros-provisioning/libraries/EnableInterrupt/library.json
2020-07-04 12:31:18 -04:00

21 أسطر
558 B
JSON

{
"name": "EnableInterrupt",
"version": "1.1.0",
"frameworks": "arduino",
"platforms" : "atmelavr",
"keywords": "interrupt, interrupts, pin, pins",
"description": "Assign an interrupt to any supported pin on all Arduinos, plus ATtiny 84/85 and ATmega 644/1284.",
"authors": [
{
"name": "Mike 'GreyGnome' Schwager",
"email": "mschwage@gmail.com",
"url": "https://github.com/GreyGnome",
"maintainer": true
}
],
"repository": {
"type": "git",
"url": "https://github.com/GreyGnome/EnableInterrupt"
}
}