When the Spark Core powers up, what is the default state of all the I/O pins. Are they set as inputs ?
See here, default pinMode is NONE for all pins.
https://github.com/spark/core-firmware/blob/master/src/spark_wiring.cpp#L55
If I had to guess what NONE means, Iβd say itβs probably high impedance (i.e. Floating / Open).
1 Like
Assuming that you've got Tinker loaded on your Core, @BDub's answer is correct: