View Single Post
Old 09-11-2013, 05:59 PM   #61 (permalink)
t vago
MPGuino Supporter
 
t vago's Avatar
 
Join Date: Oct 2010
Location: Hungary
Posts: 1,807

iNXS - '10 Opel Zafira 111 Anniversary

Suzi - '02 Suzuki Swift GL
Thanks: 829
Thanked 708 Times in 456 Posts
Quote:
Originally Posted by josemapiro View Post
I've been correcting errors that appeared in the Atmel Studio, but walking was unable to fix this ('ultoa' was not declared in this scope) have any idea what might be.
ultoa() converts an unsigned long integer into a string. I might could revert back to the older code, which did not depend on ultoa().

Quote:
Originally Posted by josemapiro View Post
Most errors were due to pgmspace.h library here, that I use is newer and some Typedef that are in the code are deprecated in the library that use.
What are your errors? And I am curious as to why you're using Atmel Studio instead of Arduino. Not saying one is better than the other, but I did want to ensure that the code I'm developing is compatible with Arduino, so as to ensure that the casual Arduino user could run it.

  Reply With Quote