Defines

mTouch_optionsForConfig.h File Reference

Defines the valid labeled values for several framework configuration options. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define MTOUCH_CONTROLS_ISR   0
#define MTOUCH_CALLED_FROM_ISR   1
#define MTOUCH_CALLED_FROM_MAINLOOP   2
#define MTOUCH_SCANS_ONE_SENSOR   0
#define MTOUCH_SCANS_ALL_SENSORS   1
#define MTOUCH_ALWAYS_CONTROLS_ADC   0
#define MTOUCH_RELEASES_ADC_AFTER_SCAN   1
#define MTOUCH_PROX_FAST   0
#define MTOUCH_PROX_EFFICIENT   1
#define MTOUCH_PROX_NEW   2

Detailed Description

Defines the valid labeled values for several framework configuration options.

Definition in file mTouch_optionsForConfig.h.


Define Documentation

#define MTOUCH_ALWAYS_CONTROLS_ADC   0

Definition at line 71 of file mTouch_optionsForConfig.h.

#define MTOUCH_CALLED_FROM_ISR   1

Definition at line 63 of file mTouch_optionsForConfig.h.

#define MTOUCH_CALLED_FROM_MAINLOOP   2

Definition at line 64 of file mTouch_optionsForConfig.h.

#define MTOUCH_CONTROLS_ISR   0

Definition at line 62 of file mTouch_optionsForConfig.h.

#define MTOUCH_PROX_EFFICIENT   1

Definition at line 76 of file mTouch_optionsForConfig.h.

#define MTOUCH_PROX_FAST   0

Definition at line 75 of file mTouch_optionsForConfig.h.

#define MTOUCH_PROX_NEW   2

Definition at line 77 of file mTouch_optionsForConfig.h.

#define MTOUCH_RELEASES_ADC_AFTER_SCAN   1

Definition at line 72 of file mTouch_optionsForConfig.h.

#define MTOUCH_SCANS_ALL_SENSORS   1

Definition at line 68 of file mTouch_optionsForConfig.h.

#define MTOUCH_SCANS_ONE_SENSOR   0

Definition at line 67 of file mTouch_optionsForConfig.h.