The code did not work in mikroc .Is there any other way ??
Thread Starter khatus Joined Jul 2, 2018 115 Apr 19, 2019 #21 The code did not work in mikroc .Is there any other way ??
Thread Starter khatus Joined Jul 2, 2018 115 Apr 19, 2019 #23 nsaspook said: Yes. Click to expand... Can you share any working code for mikroC for pic compiler
nsaspook Joined Aug 27, 2009 16,338 Apr 19, 2019 #24 I've no idea what you want or need but the vendor is a good place to start. https://www.mikroe.com/mikroc-pic#400-code-examples-btn
I've no idea what you want or need but the vendor is a good place to start. https://www.mikroe.com/mikroc-pic#400-code-examples-btn
John P Joined Oct 14, 2008 2,063 Apr 20, 2019 #25 The equivalent to bit_test in Mikroc is something like: if (your_variable.F4) { do_stuff(); }