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