Skip to content

Look into disabling unused modules #29

Description

@TheBen27

Found some cheap tricks for lowering power consumption; should try them eventually. These include disabling unused modules, turning off the brownout detector, and prescaling the system clock

Clock prescaler: http://www.atmel.com/webdoc/avrlibcreferencemanual/group__avr__power.html
Disable clocks: https://www.avrprogrammers.com/howto/atmega328-power
Sleep with brownout detector disable: http://www.nongnu.org/avr-libc/user-manual/group__avr__sleep.html

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions