MagunoLink and DUE
Posted: Sun May 28, 2017 7:43 pm
Hi,
I am thinking, now evaluating, in using MegunoLink for my projects. The problem is that I am using can bus data and a DUE board. It seems this library and DUE are incompatible. The use of command handler works properly but not the variables. This line in blink2 demo program : " SerialCommandHandler.AddVariable(F("OnTime"), OnTime);" doesn't work when compiling for DUE device.
The proble after compilation is in bool AddVariable(const __FlashStringHelper *pName, uint8_t &rVariable);
Please do you now is there is any solution?
thank you very much in advance.
I am thinking, now evaluating, in using MegunoLink for my projects. The problem is that I am using can bus data and a DUE board. It seems this library and DUE are incompatible. The use of command handler works properly but not the variables. This line in blink2 demo program : " SerialCommandHandler.AddVariable(F("OnTime"), OnTime);" doesn't work when compiling for DUE device.
The proble after compilation is in bool AddVariable(const __FlashStringHelper *pName, uint8_t &rVariable);
Please do you now is there is any solution?
thank you very much in advance.