From b5eac6062783903c9c35f180e497c165b4540737 Mon Sep 17 00:00:00 2001 From: mstroh76 Date: Sat, 31 May 2025 19:43:14 +0200 Subject: [PATCH] Release 3.16 --- VERSION | 2 +- version.h | 4 ++-- wiringPi/test/wiringpi_test9_pwm.c | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/VERSION b/VERSION index 230693c..5174c53 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.15 \ No newline at end of file +3.16 diff --git a/version.h b/version.h index d7f42c6..5ea1e8c 100644 --- a/version.h +++ b/version.h @@ -1,3 +1,3 @@ -#define VERSION "3.15" +#define VERSION "3.16" #define VERSION_MAJOR 3 -#define VERSION_MINOR 15 +#define VERSION_MINOR 16 diff --git a/wiringPi/test/wiringpi_test9_pwm.c b/wiringPi/test/wiringpi_test9_pwm.c index a5605f5..88775fc 100644 --- a/wiringPi/test/wiringpi_test9_pwm.c +++ b/wiringPi/test/wiringpi_test9_pwm.c @@ -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