Lowebrau | Posted: 31 Jan 2019, 10:01 PM |
---|---|
![]() Member Posts: 2 Joined: 31-January 19 |
Hello, I'm undertaking the MIDI for Korg Monotron project. As I'm waiting for the parts to come in the mail, I was reading the pages on this project. I'm wondering if all the code that needs to be put on the ATtiny85 is what's on the project page: ldi r16, (1<<PLLE|1<<PCKE) out PLLCSR,r16 ldi r16, (1<<PWM1A|1<<COM1A1|1<<CS10) out TCCR1,r16 ldi r16, (1<<PWM1B|1<<COM1B1) out GTCCR,r16 ldi r16,255 out OCR1C,r16 It wasn't entirely clear to me Thanks! ------------- |
[top] | |
mit | Posted: 1 Feb 2019, 10:02 PM |
![]() yeah whatever Admin Posts: 179 Joined: 4-May 16 |
Hi, there's more to it than that. The full source code is on github: https://github.com/mitxela/MidiMonotron I forgot to link to that on the project page (I will update that when I next get a chance) Good Luck! ------------- |
[top] | |
Lowebrau | Posted: 9 Feb 2019, 08:02 PM |
![]() Member Posts: 2 Joined: 31-January 19 |
Ok, thank you for that! ------------- |
[top] | |
Sign in to post a reply.