Electric druide Tap Tempo LFO

Started by alparent, July 16, 2015, 09:46:24 AM

Previous topic - Next topic

alparent

OK just got myself a PIC programmer, PICs and started learning Assembler OUCH!
I think I'm going to need help.......

Took the source code from Electric Druid website, but I would like to modify it.
http://www.electricdruid.net/code/TAPLFO2D.ASM

I'm planning on not using the multiplier pot but just using the multiplier stepping switch.

What I want to do is change the use of the RC3 clock output (pin 7) and turn it into a PWM pin that would give me different voltages depending on the Multiplier I'm at. So with a voltage identicator I could display at what multiplier I'm at.

Also get ride of the clock output correction section. As it wont be needed (just to clean things up).

I'm pretty sure it's not that big of a thing. Could probably do it easily on my Arduino, but never worked with PICs and Assembler before. :o(

Any help or guidance would be very appreciated.