Search found 1 match
- May 16th, 2014, 10:35 am
- Forum: General
- Topic: VHDL version of Mojo-Base project available
- Replies: 10
- Views: 15331
Re: VHDL version of Mojo-Base project available
Thanks Xark, your VHDL version of Mojo-Base project has been very useful to me !! AerobeeHi, to sample multiple channels with Xark code: if new_sample = '1' then -- if there is a new sample available then case sample_channel is when "0001" => Potentiometer0 <= sample; --Read the sample and set chann...