Release 3.16

This commit is contained in:
mstroh76
2025-05-31 19:43:14 +02:00
parent 18a6935530
commit b5eac60627
3 changed files with 4 additions and 4 deletions

View File

@@ -135,7 +135,7 @@ int main (void) {
pinMode(PWM, PWM_OUTPUT); //Mode BAL, pwmr=1024, pwmc=32
printf("pwmc 4.8kHz\n");
pwmSetClock(2000);
delay(250);
delay(1000);
printf("Register ISR@%d\n", PWM);
// INT_EDGE_BOTH, INT_EDGE_FALLING, INT_EDGE_RISING only one ISR per input