Page 1 of 1

Is Arduino Library compatible with ZUNO

Posted: 22 Jun 2018 22:37
by jeffhumster
I want to use a voice recognition software with Z-Uno, the software provides a Arduino Library. Since both programming languages are similar,I wonder if the arduino libraries works with Z-Uno compiler, if not ,will I be able to do minor modification to make it compatible? :D

Any opinion or suggestion is appreciated.

Re: Is Arduino Library compatible with ZUNO

Posted: 24 Jun 2018 09:05
by PoltoS
If it has no assembler commands and no unusual C++ syntax, it should be portable.

But from voice recognition I would expect low level ASM commands