PBasicHelp

Thread Starter

mpuvdd

Joined Feb 11, 2007
50
Hello all,
When programming in PBasic for a BS2 micro-controller, how do you make (or is it possible) I/O pins source or sink things while the rest of the program is running? Any help would be greatly appreciated.
Thanks,
mpuvdd
 

beenthere

Joined Apr 20, 2004
15,819
There should be a data sheet about the BS2 that describes how to alter the individual pins for I/O. As any BASIC can deal with PEEK and POKE functoons, there should be little trouble with writing code to change any pin from an input to an output. The ampont of current any individual pin can source/sink is likely to be pretty small, though. Again, the data sheet tells all.
 
Thread starter Similar threads Forum Replies Date
mpuvdd General Electronics Chat 0
mpuvdd Homework Help 0
mpuvdd Microcontrollers 0
Similar threads
PBasicHelp
PBasicHelp
PBasicHelp
Top