Testbild-synth / HAGIWO-029-033-Eurorack-quantizer

Through hole PCB version of the HAGIWO Dual Quantizer/SH101 Sequencer Eurorack Module-.
MIT License
26 stars 6 forks source link

HAGIWO-029-033-Eurorack-Quantisierer #4

Closed Terry-Trasher closed 1 year ago

Terry-Trasher commented 1 year ago

Hallo,

wie geht es dir? Ich habe ein Problem Arduino. Ich will die Firmware flashen, aber kommt immer ein Problem mit pwm.

Ich hatte die Firmware von dir genommen.

void PWM1(int duty1) { pwm(ENV_OUT_PIN_1, 46000, duty1); } void PWM2(int duty2) { pwm(ENV_OUT_PIN_2, 46000, duty2); }

double_quantizer:721:3: error: 'pwm' was not declared in this scope pwm(ENV_OUT_PIN_1, 46000, duty1); ^~~

double_quantizer:724:2: error: 'pwm' was not declared in this scope pwm(ENV_OUT_PIN_2, 46000, duty2); ^~~ exit status 1 'pwm' was not declared in this scope

Wo ist das Problem? Ich hatte in verschiedene Forum belesen, aber bin nicht schlau geworden.

Ich bedanke mich Vorab.

Grüß

Terry