Timeline for Moving wiring.c functions from timer0 to timer1
Current License: CC BY-SA 3.0
31 events
when toggle format | what | by | license | comment | |
---|---|---|---|---|---|
Apr 15, 2019 at 0:02 | history | bumped | Community Bot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
Dec 15, 2018 at 23:01 | history | bumped | Community Bot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
Nov 15, 2018 at 20:01 | history | bumped | Community Bot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
Oct 16, 2018 at 20:00 | history | bumped | Community Bot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
Sep 16, 2018 at 20:00 | history | bumped | Community Bot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
Aug 17, 2018 at 19:00 | history | bumped | Community Bot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
Jul 18, 2018 at 18:57 | history | bumped | Community Bot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
Jun 18, 2018 at 18:10 | history | bumped | Community Bot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
May 19, 2018 at 17:32 | history | bumped | Community Bot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
Apr 19, 2018 at 16:44 | history | bumped | Community Bot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
Mar 20, 2018 at 16:36 | history | bumped | Community Bot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
Feb 18, 2018 at 15:56 | history | bumped | Community Bot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
Jan 19, 2018 at 15:14 | history | bumped | Community Bot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
Dec 20, 2017 at 15:13 | history | bumped | Community Bot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
Nov 20, 2017 at 14:13 | history | bumped | Community Bot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
Oct 21, 2017 at 13:52 | history | bumped | Community Bot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
Sep 21, 2017 at 11:50 | history | bumped | Community Bot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
Aug 22, 2017 at 9:14 | history | bumped | Community Bot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
Jul 23, 2017 at 8:50 | history | bumped | Community Bot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
Jun 22, 2017 at 20:57 | history | bumped | Community Bot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
May 23, 2017 at 11:51 | history | bumped | Community Bot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
Apr 23, 2017 at 6:53 | history | edited | dda | CC BY-SA 3.0 |
deleted 1153 characters in body
|
Apr 22, 2017 at 1:20 | answer | added | aflyingcougar | timeline score: 1 | |
Apr 18, 2017 at 8:29 | comment | added | Edgar Bonet |
You wrote: "sbi(TIMSK3, TOIE3); // enable timer 3 overflow interrupt ". Did you implement ISR(TIMER3_OVF_vect) somewhere in your program?
|
|
S Apr 18, 2017 at 5:55 | history | suggested | aflyingcougar | CC BY-SA 3.0 |
typo in second paragraph
|
Apr 18, 2017 at 5:37 | answer | added | jfpoilpret | timeline score: 0 | |
Apr 18, 2017 at 5:23 | comment | added | jfpoilpret |
I am not sure I understand why you want to switch from timer0 to timer1, then use timer0 for PWM. Why not keep wiring.c as is and use just timer0 for PWM?
|
|
Apr 17, 2017 at 23:20 | answer | added | dannyf | timeline score: 0 | |
Apr 17, 2017 at 23:01 | review | First posts | |||
Apr 17, 2017 at 23:23 | |||||
Apr 17, 2017 at 22:57 | review | Suggested edits | |||
S Apr 18, 2017 at 5:55 | |||||
Apr 17, 2017 at 22:54 | history | asked | aflyingcougar | CC BY-SA 3.0 |