Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in atmega

Why are functions executed in the order they are defined and not in the order they are called from the int main() in avr-c?

c avr atmega avr-gcc

Why we use PIN & (1<<PBx) to check if PIN is high?

Why are different pointers and void pointers being used by these functions?

c pointers avr atmega eeprom

What are the major differences between coding an AVR ATmega32 and an Arduino Mega?

c accelerometer arduino atmega

Execute FlashForth word when pin changes

arduino atmega forth

Compare uint8_t with hexadecimal in C++

c++ atmega

Sending float type data from Arduino to Python

python c arduino atmega

Use casts to access a byte-array like a structure?

ATMEGA168A - F_CPU warning

c avr atmega

Why a*b/c instead of a*(b/c) gives 3x bigger program size on AVR?

c assembly gcc avr atmega

How to detect how long a button was pressed in Arduino?

c arduino atmega

AVR programming, interrupt handling

c interrupt avr atmega

ADC only working once on ATMEGA324PA

c avr atmega adc

Arduino as slave with multiple i2c addresses

arduino i2c atmega

Using a rotary encoder with AVR Micro controller

Cannot compile and link AVR program in OS X

arduino avr libc atmega avr-gcc

ATmega328 + SPI Flash Memory

arduino atmega flash-memory

How to reverse a byte

assembly byte reverse avr atmega

Pulse width modulation (PWM) on AVR Studio

width avr pulse atmega