chipKIT® Development Platform

Inspired by Arduino™

AXE133Y on max

Created Tue, 12 Mar 2013 18:46:44 +0000 by driedeker


driedeker

Tue, 12 Mar 2013 18:46:44 +0000

Has anyone got a oled to work using the AXE133Y lib on a max 32 Terry


driedeker

Thu, 14 Mar 2013 09:03:48 +0000

I get the following error on compile, can anyone enlighten me how to correct the library

sketch_mar14a.cpp: In member function 'void AXE133Y::printFloat(float, uint8_t, uint8_t)': sketch_mar14a.cpp:147:55: error: 'dtostrf' was not declared in this scope


driedeker

Sat, 23 Mar 2013 22:06:18 +0000

so nobody knows


majenko

Sat, 23 Mar 2013 22:24:02 +0000

Assume that nobody knows what this AXE133Y is, nor how or where to get the library.


majenko

Sat, 23 Mar 2013 22:28:34 +0000

dtostrf() is not in the ChipKit C library. It's not a standard function and I guess will have to be manually included into the library somehow.


driedeker

Sat, 23 Mar 2013 22:59:12 +0000

thanks majenko for your reply yes that is the problem it is float that needs it this library is for a nice oled used on a picaxe pic chip,I have it running without the float commands in my edited library.