Discussion Title | Created date |
---|---|
shift function Dear all, Does anyone know of a function that would shift in time a pulse signal of a determined time. Thanking you Best Regards |
Monday, 10 December 2007 - 21:20 |
Warning with ISR(PCINT11_vect) Dear all, I am using ATmega88 with WinAVR. My code: #include #include void IO_init(void); void interrupt_init(void); char lecture,clock,v_cap1,v_cap2; int main(void... |
Thursday, 29 November 2007 - 20:57 |
external interrupt Dear all, I am using ATmega88 with WinAVR. My objective is to output a XOR on PB1 from two inputs signals 5Khz each but delayed of 2us from each other. My inputs signals are... |
Tuesday, 20 November 2007 - 17:51 |
getting clock signal on an output pin Dear all, I am using ATmega8 and C prog+WinAVR. How could I get the internal clock signal on an output port PIN? Thanking you Anthony |
Thursday, 8 November 2007 - 20:52 |
generating an interrupt from rising edge on INT0 AND INT1 Dear all, I am using ATmega8 and WinAVR. I would like to trigger an interrupt generated by a rising edge on 2 pins. I believe I could use PIN0 and PIN1. But I want the interrupt... |
Monday, 5 November 2007 - 15:40 |
software interrupts Dear all, Does anyone as a good source for a tutorial on software interrupts with AVR micro? Thanking you |
Thursday, 1 November 2007 - 16:55 |
syntax problem with AVR Studio 4 - WinAVR compiler Dear All, I am a beginner with AVR micocontrollers. I am working with AVR studio4 and use the WinAVR compiler. For now I am just learning how to use these tools. I am using an... |
Monday, 22 October 2007 - 21:35 |