setThresholds()

Set interrupt thresholds. ccs.setThresholds(low_med, med_high, hysteresis)
ccs: a variable of type ZUNO_CCS811.
low_med: the level below which an interrupt will be triggered.
med_high: the level above which the interrupt will ge triggered.
hysteresis: optional histeresis level. Defaults to 50.
nothing