How can I in C # Check which type " Blink Stick" has been detected. So if " nano " " flex " , " square" , etc?
I could not find anything .
Hey Ben,
blink.BlinkStickDevice.ToString();
1 Like
You can also use property BlinkStickDevice of BlinkStick object. This returns BlinkStickDeviceEnum which will tell you which device is connected.
1 Like