#ifndef __PCNT_H__ #define __PCNT_H__ void ledc_init(void); // In led_test_input module void initPCNT(); #endif