// Autogenerated C header file for Capacitive Button
#ifndef _JACDAC_SPEC_CAPACITIVE_BUTTON_H
#define _JACDAC_SPEC_CAPACITIVE_BUTTON_H 1

#define JD_SERVICE_CLASS_CAPACITIVE_BUTTON  0x2865adc9

/**
 * Read-write ratio u0.16 (uint16_t). Indicates the threshold for ``up`` events.
 */
#define JD_CAPACITIVE_BUTTON_REG_THRESHOLD JD_REG_ACTIVE_THRESHOLD

/**
 * No args. Request to calibrate the capactive. When calibration is requested, the device expects that no object is touching the button. 
 * The report indicates the calibration is done.
 */
#define JD_CAPACITIVE_BUTTON_CMD_CALIBRATE JD_CMD_CALIBRATE

/**
 * Report: No args
 */

#endif
