Skip to content

Commit c6f1208

Browse files
committed
PlatformIO library JSON configuration.
1 parent 065a2cb commit c6f1208

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

library.json

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"name": "n2cmu-arduino",
3+
"version": "0.0.1",
4+
"description": "Feedforward Neural Network Coprocessing Microcontroller Unit (CPC via UART) for STM32F103C8T6 Bluepill Development Board written purely in TinyGo.",
5+
"keywords": ["ANN", "Artificial Neural Network", "microcontrollers", "Arduino", "UNO", "Mega", "ESP8266", "ESP32", "RP2040"],
6+
"repository": {
7+
"type": "git",
8+
"url": "https://github.com/nthnn/n2cmu-arduino"
9+
},
10+
"authors": [
11+
{
12+
"name": "nathannestein",
13+
"email": "nathanneisip@gmail.com",
14+
"url": "https://nthnn.github.io/"
15+
}
16+
],
17+
"license": "MIT",
18+
"homepage": "https://github.com/nthnn/diwa",
19+
"frameworks": "*"
20+
}

0 commit comments

Comments
 (0)