Files
tactility/Devices/m5stack-tab5/Source/devices/tab5_headphone_detect.h
2026-07-20 23:43:17 +02:00

7 lines
278 B
C

#pragma once
// Starts/stops the periodic headphone-jack detection poll (HP_DET pin on io_expander0), which
// toggles the speaker amplifier enable pin accordingly. Called from module.cpp's start()/stop().
void tab5_headphone_detect_start();
void tab5_headphone_detect_stop();