Created Tue, 22 Oct 2013 06:16:32 +0000 by jack23233
Tue, 22 Oct 2013 06:16:32 +0000
Having trouble passing functions from Arduino to ChipKit UNO32. like parseInt(), findUntil(), and a variety of aggressive String functions, converting char to string type variables.
Is there a Reference available that lists String functions and Serial functions specifically for the UNO32 family. I am running 20130715 version of MPIDE.
Sat, 26 Oct 2013 09:54:58 +0000
Unfortunately, the best place to look is the code itself.
https://github.com/chipKIT32/chipKIT32-MAX/blob/master/hardware/pic32/cores/pic32/WString.h
Jacob
Mon, 28 Oct 2013 21:14:47 +0000
You may want to check out this thread. It sounds like parseInt() is not yet supported by chipKIT. http://www.chipkit.org/forum/viewtopic.php?f=19&t=2526