Discussion Title | Created date |
---|---|
Delay Hi I developed a program into a ATmega32. It determines the actual phase angle of the three-phase utility. I use the internal ADC to read the voltage values and after the... |
Friday, 22 May 2009 - 12:16 |
Multiple return Hi, i deal with a atmega32 and I write the program in C. I want to make a function which has multiple returns. I solve the problem like this: void foo(int16_t &a, int16_t... |
Thursday, 23 April 2009 - 09:39 |
casting hi i read value from the ADC, and I stored it in an unsigned char uint8_t Sample_a = ADCH; Then I want to calculate the input voltage double voltage = Sample_a*0.01953 (5 volt the... |
Thursday, 26 March 2009 - 14:09 |
Internal RC Hi Until now I have used the software clock signal (3.68MHz). Now I want to change it to the internal RC oscillator (eg. 8MHz). When I programme my device with AVR Studio I select... |
Wednesday, 25 March 2009 - 16:10 |