tttapa / MIDI_controller

This is a library for creating a MIDI controller using an Arduino or Teensy board.
GNU General Public License v3.0
404 stars 69 forks source link

Mux #67

Closed jackojacek closed 5 years ago

jackojacek commented 5 years ago

Daisy chained 4051 multiplexer

Hi I try to daisy chained master and 8 slaves 4051 multiplexers to obtain 64 analog inputs (with just one analog input on arduino). I have experience how to wire it, but I have only problem with a code, can you help me ? thanks

Hardware

Arduino Micro

Software versions:

MIDI Controller library: ? 3.0.0 ?
Arduino IDE: ? 1.8.4 ?
Operating System: OSX Operating System version: ? 10, 16.04, ... ?
(Encoder library): ? 1.4.1 ?
(MIDIUSB library): ? 1.0.3 ?

Settings in the IDE

Full code

// Your code here

Steps taken to try to diagnose or solve the problem

The goal of your project and aditional information

dds90 commented 5 years ago

Hi @jackojacek, So, at the end, did you made the daisy chained the mux? If yes, how did you do it?