Overview
- Object ID : 2512 (2013-04-04)
- Author : MacTuxLin | added by Archiver
- Content : Code
- Microcontroller : Propeller 1
- Language : SPIN
- Category : Signals
- Licence : Other
Content
TI's 16-Channel CMOS Analog Multiplexers / Demultiplexers - CD4067B. Using 6 Prop1 pins to connect to Inhibit, Common In/Out & 4 binary control inputs, you can control 16 outputs & inputs with only 3 functions in Spin:
CD4067_Send(Channel) = Send a High signal to intended channel#
CD4067_Read(Channel) = Read a channel#'s pin status. 1 for high, 0 for low
CD4067_Off = Switch off all channels.