18 lines
367 B
JSON
18 lines
367 B
JSON
{
|
|
"name": "grblHAL for Teensy 4.x",
|
|
"frameworks": "Arduino",
|
|
"platforms": "Twensy 4.0 - 4.1",
|
|
"keywords": "grbl, CNC",
|
|
"description": "grblHAL for Teensy 4.x",
|
|
"version": "1.1.7",
|
|
"authors":
|
|
{ "name": "Terje Io",
|
|
"maintainer": true
|
|
},
|
|
"repository":
|
|
{ "type": "git",
|
|
"url": "https://github.com/terjeio/grblHAL"
|
|
},
|
|
"examples": "examples/*/*.ino"
|
|
}
|