mirror of
https://github.com/felis/USB_Host_Shield_2.0.git
synced 2024-03-22 11:31:26 +01:00
Added teensy and atmelsam platforms
This commit is contained in:
parent
6b096bf6ae
commit
9806b7073b
1 changed files with 6 additions and 1 deletions
|
@ -37,5 +37,10 @@
|
||||||
"examples/*/*/*.ino"
|
"examples/*/*/*.ino"
|
||||||
],
|
],
|
||||||
"frameworks": "arduino",
|
"frameworks": "arduino",
|
||||||
"platforms": "atmelavr"
|
"platforms":
|
||||||
|
[
|
||||||
|
"atmelavr",
|
||||||
|
"teensy",
|
||||||
|
"atmelsam"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue