Is it possible to have a component that adds power reduction features to a project?
I'm thinking of a component for each family of MCU's that can control sleep/idle functions in a project.
In this function a setting could be added from which the MCU could wake up again..
Then, a component that could be added to a flowchart that adds known power saving methods (disable ADC/SPI/ and so on), like the Arduino power save library
(https://github.com/rocketscream/Low-Pow ... master.zip )...
Good idea for use in real world projects I guess..
