HexEdit (GP)

HomePage | RecentChanges | EditorIndex | TextEditorFamilies | Preferences

  1. include <avr/io.h>
  2. include <avr/

int main() {

    DDRB = 0xff;

    while (1) {
       PORTB = 0x00;
       _delay_ms(100);
       PORTB = 0xff;
       _delay_ms(100);
    }
    return 0;
}
HomePage | RecentChanges | EditorIndex | TextEditorFamilies | Preferences
Edit text of this page | View other revisions
Last edited September 15, 2022 8:20 am (diff)
Search: