In CONFIG_Func.pde
Change this type of functions:
boolean ISa(byte whichBit) {
return getBit(panA_REG, whichBit);
}
to "defines"
#define ISa(whichBit) getBit(panA_REG, whichBit)
The first method requires more CPU cycles than the second one.
Original issue reported on code.google.com by modc...@gmail.com on 13 Jan 2012 at 10:18
Original issue reported on code.google.com by
modc...@gmail.com
on 13 Jan 2012 at 10:18