Addendum
PicBasic Pro
There is a line that needs
to be added at the MS-DOS command prompt when compiling programs
for the PicStic 2 and PicStic 3. This line needs to be added
to direct the compiler to the appropriate library.
This is the format that should be used when
compiling a PicStic 2.
C:\PBP>PBP –pps2
filename.bas
This is the format that should be used when
compiling a PicStic 3.
C:\PBP>PBP –pps3
filename.bas
These additions are only necessary
when using the Real Time Clock of the PicStic 2 or the ADC
of the PicStic 3. Please refer to PS3ADC and PS2
clock in the sample folder for examples.
|