Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in avr

How do I compute the 8-bit average of two 8-bit values in assembly?

Arduino PWM fading led with avra

timer arduino avr led pwm

How to write a custom reset() function in C for AVR-Studio?

c gcc avr avr-gcc

Why does avr-gcc add "push r1" instructions to the start of a function?

assembly avr avr-gcc

Why do I receive characters at an offset in the buffer when using ReadFile()?

AVR Assembler in Linux

linux eclipse assembly avr

Zeroing-Out multiple arrays with a single memset/assuming memory layout allowed?

c++ arduino avr arduino-c++

Write data to SSD1306 via I2C

arduino avr led

AVR bitwise C operations

c gcc bit-manipulation avr

How to set frequency and duty cycle of Timer1 in 16bit P&F correct PWM

timer frequency avr 16-bit

AVR Simulator like Proteus on ubuntu?

avr assembler: #define vs .equ, is it the same?

assembly definition avr

How do AVR Assembly BRNE delay loops work?

loops assembly delay avr

non-restoring division: how to avoid code bloat for divisor MSB set?

What is __brkval for AVR, and where is it defined?

c avr

Two struct one function

c avr

How can I bind a variable to an unused AVR I/O register using avr-gcc?

avr avr-gcc