On the Spark Core I need to have a value (that can change) that can be set from the outside (web, smartphone, …). On the Spark Core I need this value for processing against. I was thinking to use EEPROM to store my threshold value and a Spark Core function that can be called from the outside to set the threshold value. Does this make sense?
Thanks.