diff --git a/library.json b/library.json new file mode 100644 index 0000000..64a8c02 --- /dev/null +++ b/library.json @@ -0,0 +1,12 @@ +{ + "name": "NRF8001", + "keywords": "spi, bluetooth, driver", + "description": "Arduino library for the Nordic nRF8001 Bluetooth Low Energy chip", + "repository": + { + "type": "git", + "url": "https://github.com/guanix/arduino-nrf8001.git" + }, + "frameworks": "arduino", + "platforms": "atmelavr" +}