From 9806b7073b83afeec1fdc68be73e47c6185b945e Mon Sep 17 00:00:00 2001 From: Lauszus Date: Sun, 26 Oct 2014 14:33:45 -0700 Subject: [PATCH] Added teensy and atmelsam platforms --- library.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/library.json b/library.json index b48643ec..6f7c5753 100644 --- a/library.json +++ b/library.json @@ -37,5 +37,10 @@ "examples/*/*/*.ino" ], "frameworks": "arduino", - "platforms": "atmelavr" + "platforms": + [ + "atmelavr", + "teensy", + "atmelsam" + ] }