From a1e3422d2abd730a148f3c52f9d4742eabb73f88 Mon Sep 17 00:00:00 2001 From: Valerii Koval Date: Thu, 14 Apr 2016 12:30:55 +0300 Subject: [PATCH] @PlatformIO Library Registry manifest file --- library.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 library.json diff --git a/library.json b/library.json new file mode 100644 index 0000000..deba7c9 --- /dev/null +++ b/library.json @@ -0,0 +1,12 @@ +{ + "name": "AESLib", + "keywords": "cryptography, aes", + "description": "Small AES implementation in ASM", + "repository": + { + "type": "git", + "url": "https://github.com/DavyLandman/AESLib.git" + }, + "frameworks": "arduino", + "platforms": "atmelavr" +}