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.
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.
if need ask question, best leave stuff alone while.
Arduino Forum > Forum 2005-2010 (read only) > Software > Syntax & Programs > Undocumented syntax
arduino
Comments
Post a Comment