Page 1 of 1

Detect Zuno board for compile

Posted: 16 Feb 2019 20:33
by sil
Hi

Using the same program for different board, is it possible to use #if defined(__zuno__) ?

Thanks

Re: Detect Zuno board for compile

Posted: 17 Feb 2019 19:52
by PoltoS
Currently there is no such a define. It is a nice idea to add one.

Meanwhile you can use __ZUNO_DEFINES___