Revision history of "U23 2007/Evil Solutions/schiebe.c"

Jump to: navigation, search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • (cur | prev) 19:28, 4 June 2007Evil Operator (talk | contribs). . (1,355 bytes) (+1,355). . (New page: <pre> #include <avr/io.h> int main(void) { DDRA = 0xFF; PORTA = 0x00; // Set OE @ PORTA3 PORTA |= (1 << 3); uint16_t i; uint16_t a; uint16_t b; for (i = 0 ; i < 16 ; ...)