My Intro I am surprised it took so long for you to arrive at this site. I was pointed to it by a distributer as soon as I started using the AVR's.
Which brand of C do you intend to use?...
Help, Lost source code! ATmega8 controller Quote:How do you get office reinstalled?
What has that got to do with lifes build in buggerance factors?
Why not look at open office?
Help a software guy out The internal pullup impedance doe's vary but is given in the data sheet. Note the Vcc has a bearing on it. In general consider it to be between 20K and 27K.
Powering an atmega16 Look at using an LDO but build a bridge rectifier into the DC input circuit. This will protect against centre pin and outer contact being swapped around.
Monday, 2 April 2007 - 23:22
CRC Checking Quote:crc >>= 1;
Doing this at the start of the loop will prevent you looking at the lsb of the value being tested.
Monday, 2 April 2007 - 23:14
Port logic versus voltage - confirmation requested The current is limit by the ports driving fet's own internal impedance, not by a built in resistor. It really is good practice to include a current limiting resistor as part of...
I am surprised it took so long for you to arrive at this site. I was pointed to it by a distributer as soon as I started using the AVR's. Which brand of C do you intend to use?...
A landing is just a controlled crash!
There is a boot loader built into th USB 128.
Quote:How do you get office reinstalled? What has that got to do with lifes build in buggerance factors? Why not look at open office?
What is your ref source?
The internal pullup impedance doe's vary but is given in the data sheet. Note the Vcc has a bearing on it. In general consider it to be between 20K and 27K.
One thing to be aware of with the selection of power source is if a large current pulse is required.
Look at using an LDO but build a bridge rectifier into the DC input circuit. This will protect against centre pin and outer contact being swapped around.
Quote:crc >>= 1; Doing this at the start of the loop will prevent you looking at the lsb of the value being tested.
The current is limit by the ports driving fet's own internal impedance, not by a built in resistor. It really is good practice to include a current limiting resistor as part of...
Which compiler are you useing
In AVR STUDIO there are no C library functions. They come with the compiler.
Pages