Files
M5Stack/library.json
T

17 lines
350 B
JSON
Raw Permalink Normal View History

2017-04-28 21:53:40 +08:00
{
"name": "M5Stack",
"description": "An ESP32 Arduino board",
"keywords": "M5Stack",
"authors": {
2017-09-26 16:01:44 +08:00
"name": "Zibin, M5Stack",
2017-09-23 23:52:36 +08:00
"url": "http://www.m5stack.com"
2017-04-28 21:53:40 +08:00
},
"repository": {
"type": "git",
"url": "https://github.com/m5stack/m5stack.git"
},
2018-08-10 16:17:04 +08:00
"version": "0.2.2",
2017-04-28 21:53:40 +08:00
"framework": "arduino",
2017-09-21 13:45:24 +03:00
"platforms": "espressif32"
}