MrDEB
Well-Known Member
file won't load??
tried checked spelling etc.
in the timer module4 it has another sub file as well
can I do this or do I need to put the INCLUDE only on one bas file? not two as I have it.
Code:
}
Device = 18F1320
Clock = 8 // 8MHz clock
Config OSC = INTIO2, WDT = OFF, LVP = OFF
Include "timermodule4.bas"
tried checked spelling etc.
in the timer module4 it has another sub file as well
Code:
// 18F1320@ 8MHz - they are just used here for clarity...
Device = 18F1320
Clock = 8
Include "ISRTimer.bas"
can I do this or do I need to put the INCLUDE only on one bas file? not two as I have it.