Skip to content

Commit

Permalink
Add header and example information
Browse files Browse the repository at this point in the history
  • Loading branch information
powerfeatherdev committed Apr 13, 2024
1 parent 3732e9c commit f17abe4
Showing 1 changed file with 35 additions and 1 deletion.
36 changes: 35 additions & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,40 @@
"maintainer": true
}
],
"frameworks": ["espidf", "arduino"],
"frameworks": [
"espidf",
"arduino"
],
"headers": "PowerFeather.h",
"examples": [
{
"name": "SupplyAndBatteryInfo (Arduino)",
"base": "examples/SupplyAndBatteryInfo",
"files": [
"SupplyAndBatteryInfo.ino"
]
},
{
"name": "EnterShipMode (Arduino)",
"base": "examples/EnterShipMode",
"files": [
"EnterShipMode.ino"
]
},
{
"name": "supply_and_battery_info (ESP-IDF)",
"base": "examples/supply_and_battery_info",
"files": [
"main/main.cpp"
]
},
{
"name": "enter_ship_mode (ESP-IDF)",
"base": "examples/enter_ship_mode",
"files": [
"main/main.cpp"
]
}
],
"platforms": "espressif32"
}

0 comments on commit f17abe4

Please sign in to comment.