Added arduino libs

هذا الالتزام موجود في:
Mik6e6
2020-07-04 12:31:18 -04:00
ملتزم من قبل GitHub
الأصل 3d9b49e518
التزام dc9596f994
90 ملفات معدلة مع 9419 إضافات و0 حذوفات

عرض الملف

@@ -0,0 +1,20 @@
{
"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"
}
}