26.05.2004 Martin Hinz <btnode@hinz.ch>
If you have to distinguish between BTnode rev2 and BTnode rev3 in your program code use following if on def:
#if defined(__BTNODE3__) program code for BTnode rev3 #else program code for everything else (BTnode rev2, STK500, linux, ...) #endif