pcnt_functions.h 115 B

123456789
  1. #ifndef __PCNT_H__
  2. #define __PCNT_H__
  3. void ledc_init(void); // In led_test_input module
  4. void initPCNT();
  5. #endif