You've already forked StackChan-BSP
mirror of
https://github.com/m5stack/StackChan-BSP.git
synced 2026-05-20 11:51:35 -07:00
ae18836faf
Updated library details and version number.
22 lines
542 B
JSON
22 lines
542 B
JSON
{
|
|
"name": "StackChan-BSP",
|
|
"description": "StackChan board support package for Arduino develop",
|
|
"keywords": "M5Stack,StackChan",
|
|
"authors": {
|
|
"name": "M5Stack"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/m5stack/StackChan-BSP"
|
|
},
|
|
"dependencies": {
|
|
"M5Unified": "*",
|
|
"M5GFX": "*",
|
|
"IRremoteESP8266": "*",
|
|
"M5Unit-NFC": "*"
|
|
},
|
|
"version": "1.0.2",
|
|
"frameworks": "arduino",
|
|
"platforms": "espressif32"
|
|
}
|