read,b0 how to do it to pinsc

lake

New Member
hi i need to read a var value b0 to the output pins but not the standard pins but the pinsc whats the code i need to use to do this thanks

Edited by - lakey009 on 23/07/2007 19:49:01
 

Technical

Technical Support
Staff member
let pinsc = b0

You have to make sure the relevant portc pins are outputs first though, using
let dirsc = xxx

See the appendix at the end of manual part 1
 

lake

New Member
thanks alot just thought there could be a command like read b0 , pinsc or something thanks for help
 
Top