Hey folks, I'm new to this forum and in fact new to Arduino all together. Plus the fact that I've not coded in 15 yrs, this error is eluding me. I failed with Google and hope to get some advise here.
Using Arduino 1.6.4 on Mac, this is the bare minimum code to illustrate my issue. Image of IDE attached..
I had tried that before and it get's this error...
Test.ino: In function 'void loop()':
Test:12: error: invalid conversion from 'const char*' to 'byte {aka unsigned char}' [-fpermissive]
In file included from Test.ino:1:0:
/Users/hose/Development/Arduino/libraries/SMP/SMP.h:12:8: error: initializing argument 1 of 'void SMP::say(byte)' [-fpermissive]
void say(byte word);
^
invalid conversion from 'const char*' to 'byte {aka unsigned char}' [-fpermissive]