[sdiy] help...no make8() function in Arduino...converting PIC to AVR
dan snazelle
subjectivity at hotmail.com
Wed Apr 11 17:25:14 CEST 2012
can someone help me ?
i am trying to convert some PIC code to AVR
it is going fine except for 2 things
there is no make8() function and there is no _mul()
so code lines like this:
tmp1 = _mul (acc1, val1);
tmpbyte1 = make8(tmp1, 1);
do not work
i have been looking for the make8 function online so i can just write that function into my code but no luck
thanks for any help!
More information about the Synth-diy
mailing list