utils.bas and PIC18F44K22

General discussion relating to the library modules supplied with the compiler

Moderators: David Barker, Jerry Messina

Post Reply
Flamingo
Posts: 2
Joined: Mon Nov 21, 2011 6:13 pm
Location: Augsburg, Germany

utils.bas and PIC18F44K22

Post by Flamingo » Wed Nov 23, 2011 10:47 pm

Hello,

utils.bas which is used in lcd.bas will not work for the 18F44k22, because CMCON is not declared as an identifier :shock can I replace CMCON by myself in this system file?
regards, Flamingo

Jerry Messina
Swordfish Developer
Posts: 1473
Joined: Fri Jan 30, 2009 6:27 pm
Location: US

Post by Jerry Messina » Thu Nov 24, 2011 12:12 pm

You can find an updated version of the SetAllDigital() routine in the user module section on the wiki http://www.sfcompiler.co.uk/wiki/pmwiki ... tDigitalIO

Flamingo
Posts: 2
Joined: Mon Nov 21, 2011 6:13 pm
Location: Augsburg, Germany

Post by Flamingo » Thu Nov 24, 2011 10:30 pm

Thank you very much.

Post Reply