# rocketscream/Low-Power

Low Power Library for Arduino

Repository: https://github.com/rocketscream/Low-Power
Canonical: https://ross.abutalabs.com/products/low-power
Language: C++
License Family: other
Last push: 2023-03-19T23:12:37+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 5540, "days_push": 1263, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1314, forks 336 (observed 2026-08-28T04:04:20.437890+00:00)

## What it is
A lightweight Arduino library that provides low-power sleep and power management functions for AVR and SAMD microcontrollers. It supports idle, standby, and power-down sleep modes across a range of ATMega and ATSAMD chips.

## Use cases
- put an arduino to sleep to save battery
- reduce power consumption on atmega328p
- wake microcontroller with external interrupt
- battery-powered sensor node sleep modes
- low power standby on samd21

## When to choose
- you use a supported AVR or SAMD21 Arduino board and need simple sleep APIs
- battery life is critical for your embedded project

## When to avoid
- you use an unsupported microcontroller or non-Arduino platform
- you need fine-grained power management beyond basic sleep modes

## Facets
- artifact type: library
- maturity: maintenance
- function: embedded
- domain: embedded-systems, hardware, developer-tools
- platform: embedded, iot, cpp
- tags: arduino, low-power, sleep-modes, atmega, samd21, power-management

## Member repositories
- rocketscream/Low-Power (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:20.437890+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:48:47.888959+00:00, confidence not recorded.
  - readme: https://github.com/rocketscream/Low-Power (fetched 2026-08-28T04:04:20.437890+00:00, sha 684f7e52a602)
- Data as of 2026-08-30T08:39:29.467469+00:00.
