Revision history of "U23 2007/Evil Solutions/dimmer.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:24, 4 June 2007Evil Operator (talk | contribs). . (1,442 bytes) (+1,442). . (New page: <pre> #include <avr/io.h> void ins_schieb (char); void delay (uint8_t); uint8_t is_Set (uint8_t, char); int main(void) { DDRA = 0xFF; // Set OE PORTA = 0x08 ; ins_schieb(0); dela...)