I have seen some codes, where guys had something like:
Code:
#include < blablabla.h >
Does i need some .h file to be included?
Right you are. The code looks like it was written for a Basic Stamp Pic Chip. For this, just add the include at the top of your program, then it will compile without errors.
Code:
DEFINE OSC 20 'define crystal speed. This is 20 mhz
include "bs1defs.bas" 'lets you use definitions same as Basic Stamp 1
Last edited by ScaleRobotics; - 21st June 2009 at 08:29.
http://www.scalerobotics.com
Bookmarks