How to get the DeviceID?

Is there a spark-sanctioned way to get the deviceID of a given core in software? Having a unique identifier for a core seems pretty important to rolling your own web-centric apps/authentication.

I don’t even mind if it is a #define or similar.

Thanks.

Spark.deviceID()

http://docs.spark.io/firmware/#connection-management-spark-deviceid

1 Like

Muwaha! Thanks so much sir!

1 Like