arduino-esp8266 use with C# instead of remoteXY app
I am using and arduino UNO and a wifi module ESP8266. I got them to work with remoteXY app and the code that they generate for arduino when you create a user interface in their website. The code in the remoteXY app only has one button and it lights the internal LED (pin 13) when pressed. I want to do the same but using a Windows desktop application using C#. How can I do that?