Search tips
  • How to use inline ASM using WinAVR
    The article about how to embed the asm code into C program using WinAVR (AVR-GCC compiler).
    I have been working on optimisation of one of my C codes. I needed one function to be as optimal as possible. I decided to use inline ASM to achieve this. I decided to write few lines about this.There are few rules that is necessary to follow. Each ASM statement is divided by colons into [...]
    avr-microcontrollers uncategorized
    in Public bookmarks with asm assembler c code embed inline to winavr
  • What is surface mounting
    What is surface mounting technology and what benefits it has over the through hole board technology.
    Simply talking surface mounting is a soldering technology where component is soldered directly to a series of solder pads called a footprint. It is different soldering technology from through hole, where component leads are inserted into holes of the board. Footprint is a series of pads that conform to the lead layout of packages of [...]
    electronics
    in Public bookmarks with against hole how smd smt through to with work
  • Connect 6 LEDs using 3 microcontroller pins
    Using other microcontroller isn’t always a solution also as using decoder circuitry isn’t necessary as well. There is a simple hint on how to do this
    Sometimes you need more than you have. I am talking about microcontroller pins. Lets say, you have to connect 6 LED diodes but you have only 3 microcontroller pins available. To use other microcontroller isn’t always a solution using decoder circuitry isn’t necessary as well.There is a simple hint on how to do this:Connect diodes [...]
    avr-microcontrollers
    in Public bookmarks with avr avr-gcc expanding leds microcontroller to


to from all users