#pragma once #include <stdbool.h> void io_audio_enable(bool v); void io_batt_enable(bool v); bool io_charging();