Using mDot.h library

10 May 2016

In mdot.h there are functions like:

blinkActivityLed()
setActivityLedEnable()
getActivityLedEnable()
setActivityLedPin()

etc.

However, the sparse documentation doesn't really help explain how to utilize these functions.

My goal is to blink an LED on the Multitech UDK2 dev board that indicates the connection status or activity of the mDot.

Thanks.