41#include "component/samd21_ptc_component.h"
46#include "component/samd11_ptc_component.h"
53typedef enum tag_oversample_level_t {
64typedef enum tag_series_resistor_t {
69} ptc_series_resistor_t;
71typedef enum tag_freq_mode_t {
75 FREQ_MODE_SPREAD_MEDIAN
78typedef enum tag_freq_hop_t {
void ptc_init(void)
Initialize the peripheral touch controller.
Definition ptc.c:38
uint16_t ptc_get_value(uint8_t channel)
Get a value from the given channel.
Definition ptc.c:91
void ptc_enable(uint8_t channel)
Enable the given PTC channel.
Definition ptc.c:77