Blynk on MSP430F5529 + CC3100

Hi all,
I´m trying to use the Texas Instruments recommended educational pack (MSP430F5529 + CC3100) with compile Energia_WiFi.ino .
However compilation shows several errors (see below). I am using Blynk_v0.3.1 library.
Please could you give me some hints to get blynk working with MSP430+CC3100?
Is there any documentation/tutorial about to develop support files for new boards?

TIA

In file included from C:\ti\energia-0101E0017\hardware\msp430\libraries\blynk-library-master/Blynk/BlynkApi.h:16:0,
from C:\ti\energia-0101E0017\hardware\msp430\libraries\blynk-library-master/BlynkApiArduino.h:14,
from C:\ti\energia-0101E0017\hardware\msp430\libraries\blynk-library-master/Adapters/BlynkWiFiCommon.h:18,
from C:\ti\energia-0101E0017\hardware\msp430\libraries\blynk-library-master/BlynkSimpleEnergiaWiFi.h:15,
from Energia_WiFi.cpp:26:
C:\ti\energia-0101E0017\hardware\msp430\libraries\blynk-library-master/Blynk/BlynkParam.h: In member function ‘double BlynkParam::iterator::asDouble() const’:
C:\ti\energia-0101E0017\hardware\msp430\libraries\blynk-library-master/Blynk/BlynkParam.h:37:58: error: ‘atof’ was not declared in this scope
C:\ti\energia-0101E0017\hardware\msp430\libraries\blynk-library-master/Blynk/BlynkParam.h: In member function ‘double BlynkParam::asDouble() const’:
C:\ti\energia-0101E0017\hardware\msp430\libraries\blynk-library-master/Blynk/BlynkParam.h:68:55: error: ‘atof’ was not declared in this scope

go to Your blynk library folder->Blynk->BlynkConfig.h
and uncomment #define BLYNK_NO_FLOAT

1 Like

Thanks a lot.
Now Energia_WiFi example (and many other Blynk examples) is working on MSP430F5529+ cc3100 using the blynk-library-master library.
(Blynkv0.3.1 doesn´t work)