Karthik Venkatesh

Results 4 issues of Karthik Venkatesh

I created new UNO project in PlatformIO and added ArduinoFake library as deps. When I build it, its throwing error as below, ![image](https://user-images.githubusercontent.com/29070473/206331047-e419fae7-3081-4f1c-a0d8-6eb8e758c2c5.png)

I am using wxFormbuilder for my project. I am trying to setup the batch command to build my project. My friend used to create gui and I have to generate...

what is the right way to support to _current directory_ while creating subprocess? ```cpp if (!CreateProcessA( SUBPROCESS_NULL, commandLineCombined, // command line SUBPROCESS_NULL, // process security attributes SUBPROCESS_NULL, // primary thread...

help wanted

I am new to ImGui and ImPlot. I am building vertical graph like below, I am not sure how to use custom rendering to proceed. Is there any example or...