Entries from 2014-09-09 to 1 day

4. Control LED blink speed via Internet - Spark Core

Let's add more to 3. Bread Board & LED. I use exact same setting on the bread board. Just changed code.Here is code for accepting API request via Internet. As you can see, we register “blink” API endpoint which will call int blink(String) …