Undocumented syntax


hi

i've seen in forum , elsewhere several syntax constructs couldn't find anywhere in reference or extended pages like:

 admux = b01100110;
 adcsrb = b00000000;
 adcsra = b11001111;
 isr(adc_vect) { ... };
 tccr5b |= (1<<wgm53)| (1<<cs50);
 ocr5a = 0x063f;
 isr(timer5_compa_vect) {...};
 ....

where can learn kind of statements? documented somewhere?

thanks in advanced.

the syntax standard c - you're looking @ references internal registers (and control bits) of avr processor.

if need ask question, best leave stuff alone while.


Arduino Forum > Forum 2005-2010 (read only) > Software > Syntax & Programs > Undocumented syntax


arduino

Comments

Popular posts from this blog

CAN'T INSTALL MAMBELFISH 1.5 FROM DIRECTORY - Joomla! Forum - community, help and support

error: expected initializer before 'void'

CPU load monitoring using GPIO and leds - Raspberry Pi Forums