Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in avr

AVR 8bit, C standard compliance regarding bit accessing of SFRs

c avr

Is there a way to pass multiple values to macro function as single defined macro value in C?

c gcc macros avr

Is it possible to generate random numbers using physical sensors?

Atmel AVR Disassembler

Compilation gcc 4.6.2 (cannot compute suffix of object files)

linux gcc compilation avr

Arduino Uno PWM pins conflict

timer arduino avr atmega pwm

C - AVR - Simple PORTB, DDRB, PINB explanation

c avr atmega

Using Google 'Protocol Buffers' in Arduino

AT+CMGS returns ERROR

Fast Hypotenuse Algorithm for Embedded Processor?

c embedded avr

how bad is it to use dynamic datastuctures on an embedded system?

list stack queue avr

What happens when an ISR is running and another interrupt happens?

embedded interrupt avr

Mixing C and assembly sources and build with cmake

c gcc assembly cmake avr

Arduino Bootloader

arduino avr bootloader

C Macro - how to get an integer value into a string literal [duplicate]

Difference between uint8_t, uint_fast8_t and uint_least8_t

c++ c integer avr c99

How can I unit test Arduino code?