Release 3.16
This commit is contained in:
@@ -1,3 +1,3 @@
|
|||||||
#define VERSION "3.15"
|
#define VERSION "3.16"
|
||||||
#define VERSION_MAJOR 3
|
#define VERSION_MAJOR 3
|
||||||
#define VERSION_MINOR 15
|
#define VERSION_MINOR 16
|
||||||
|
|||||||
@@ -135,7 +135,7 @@ int main (void) {
|
|||||||
pinMode(PWM, PWM_OUTPUT); //Mode BAL, pwmr=1024, pwmc=32
|
pinMode(PWM, PWM_OUTPUT); //Mode BAL, pwmr=1024, pwmc=32
|
||||||
printf("pwmc 4.8kHz\n");
|
printf("pwmc 4.8kHz\n");
|
||||||
pwmSetClock(2000);
|
pwmSetClock(2000);
|
||||||
delay(250);
|
delay(1000);
|
||||||
|
|
||||||
printf("Register ISR@%d\n", PWM);
|
printf("Register ISR@%d\n", PWM);
|
||||||
// INT_EDGE_BOTH, INT_EDGE_FALLING, INT_EDGE_RISING only one ISR per input
|
// INT_EDGE_BOTH, INT_EDGE_FALLING, INT_EDGE_RISING only one ISR per input
|
||||||
|
|||||||
Reference in New Issue
Block a user