Battery life calculator
Calculates the time a battery will last. Too lazy to explain more.
Software
Duration of code execution
sec
sleep time
sec
Hardware
Use custom values
{#if !useCustom}
Select a text
{#each options as option}
{option}
{/each}
{#if selectedText}
You selected: {selectedText}
{/if} {:else}
Duration of code execution
sec
sleep time
sec
{/if}
Source for the calculations is at this
github
and the
original website.
I just mearly made additions.