/* Check Vcc to detect when battery is going empty. */ #pragma once #include int battery_vcc_voltage(); bool battery_low();