Skip to content

PowerFeather/powerfeather-sdk

Repository files navigation

PowerFeather-SDK

The following boards are supported:

Board Arduino Support ESP-IDF Support
ESP32-S3 PowerFeather Yes Yes

Setup

Setup for supported platforms is documented on docs.powerfeather.dev/sdk/setup.

Examples

Arduino

  • EnterShipMode - Demonstrates how to enter ship mode for Arduino.
  • SupplyAndBatteryInfo - Demonstrates how to retrieve basic information about the external supply and battery for Arduino.

ESP-IDF

  • enter_ship_mode - Demonstrates how to enter ship mode for ESP-IDF.
  • supply_and_battery_info - Demonstrates how to retrieve basic information about the external supply and battery for ESP-IDF.

Links