TOP Contributors

  1. MIKROE (2653 codes)
  2. Alcides Ramos (351 codes)
  3. Shawon Shahryiar (307 codes)
  4. jm_palomino (112 codes)
  5. Chisanga Mumba (90 codes)
  6. S P (73 codes)
  7. dany (71 codes)
  8. MikroBUS.NET Team (35 codes)
  9. NART SCHINACKOW (34 codes)
  10. Armstrong Subero (27 codes)

Most Downloaded

  1. Timer Calculator (136646 times)
  2. FAT32 Library (69858 times)
  3. Network Ethernet Library (55899 times)
  4. USB Device Library (46237 times)
  5. Network WiFi Library (41869 times)
  6. FT800 Library (41100 times)
  7. GSM click (28953 times)
  8. PID Library (26403 times)
  9. mikroSDK (26322 times)
  10. microSD click (25334 times)
Libstock prefers package manager

Package Manager

We strongly encourage users to use Package manager for sharing their code on Libstock website, because it boosts your efficiency and leaves the end user with no room for error. [more info]

< Back
mikroSDK Library

MUX 2 click

Rating:

5

Author: MIKROE

Last Updated: 2018-11-23

Package Version: 1.0.0.0

mikroSDK Library: 1.0.0.0

Category: DAC

Downloaded: 3582 times

Not followed.

License: MIT license  

MUX 2 click is a Click board that switches one of the eight inputs to one output. It employs the MUX508, a modern CMOS analog multiplexing integrated circuit, produced by Texas Instruments.

No Abuse Reported

Do you want to subscribe in order to receive notifications regarding "MUX 2 click" changes.

Do you want to unsubscribe in order to stop receiving notifications regarding "MUX 2 click" changes.

Do you want to report abuse regarding "MUX 2 click".

  • mikroSDK Library 2.0.0.0
  • Comments (0)
DOWNLOAD LINK RELATED COMPILER CONTAINS
mikroBasic PRO for ARM
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroBasic PRO for AVR
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroBasic PRO for dsPIC30/33 & PIC24
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroBasic PRO for FT90x
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroBasic PRO for PIC
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroBasic PRO for PIC32
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroC PRO for ARM
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroC PRO for AVR
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroC PRO for dsPIC30/33 & PIC24
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroC PRO for FT90x
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroC PRO for PIC
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroC PRO for PIC32
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroPascal PRO for ARM
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroPascal PRO for AVR
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroPascal PRO for dsPIC30/33 & PIC24
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroPascal PRO for FT90x
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroPascal PRO for PIC
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroPascal PRO for PIC32
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc

mikroSDK Library Blog

MUX 2 click

MUX 2 click

Native view of the MUX 2 Click board.

View full image
MUX 2 click

MUX 2 click

Front and back view of the MUX 2 Click board.

View full image

Library Description

The library includes function for set current active mux channel and function for enable or disble mux device.

Key functions:

  • void mux2_activeMuxChannel(uint8_t ch) - Functions for set active MUX channel
  • void mux2_deviceEnable() - Functions for enable MUX device

Examples description

The application is composed of the three sections :

  • System Initialization - Sets RST pin, CS pin, PWM pin and INT pin as OUTPUT
  • Application Initialization - Initialization driver init end enable device
  • Application Task - (code snippet) - Sets the current active channel. Changes the channel every 5 sec.
void applicationTask()
{
     mux2_activeMuxChannel(_MUX2_CHANNEL_S1);
     Delay_ms( 5000 );
     mux2_activeMuxChannel(_MUX2_CHANNEL_S2);
     Delay_ms( 5000 );
     mux2_activeMuxChannel(_MUX2_CHANNEL_S3);
     Delay_ms( 5000 );
     mux2_activeMuxChannel(_MUX2_CHANNEL_S4);
     Delay_ms( 5000 );
     mux2_activeMuxChannel(_MUX2_CHANNEL_S5);
     Delay_ms( 5000 );
     mux2_activeMuxChannel(_MUX2_CHANNEL_S6);
     Delay_ms( 5000 );
     mux2_activeMuxChannel(_MUX2_CHANNEL_S7);
     Delay_ms( 5000 );
     mux2_activeMuxChannel(_MUX2_CHANNEL_S8);
     Delay_ms( 5000 );

}

Other mikroE Libraries used in the example:

  • GPIO

Additional notes and information

Depending on the development board you are using, you may need USB UART clickUSB UART 2 click or RS232 click to connect to your PC, for development systems with no UART to USB interface available on the board. The terminal available in all MikroElektronika compilers, or any other terminal application of your choice, can be used to read the message.

ALSO FROM THIS AUTHOR

VCP Monitor 3 click

0

VCP Monitor 3 Click is a high precision Voltage, Current and Power measurement Click board™ with an input capable of taking up to 15V. It features the LTC2947, from Analog Devices, a high precision power and energy monitor with an internal sense resistor supporting up to ±30A.

[Learn More]

Thermo 28 click

0

Thermo 28 Click is a compact add-on board that accurately measures temperature. This board features the ams AG’s AS6221, a high-accuracy digital temperature sensor. The AS6221 consists of a Si bandgap temperature factory-calibrated sensor, 16-bit ADC, and a digital signal processor, offering a high accuracy of ±0.9°C. It provides temperature data to the host controller through a compatible I2C interface, reliability, user-selectable I2C addresses, and alert functionality, which triggers an interrupt to protect the device from excessive temperatures.

[Learn More]

Button ALARM click

5

Button Alarm Click is a very interesting interactive gadget on a Click board. It is an integrated capacitive touch sensor display in the form of a button.

[Learn More]