X-Git-Url: http://git.rot13.org/?p=goodfet;a=blobdiff_plain;f=firmware%2Flib%2Farduino.c;h=503492cc96614f7baa284d1f78b74f8efea90e8d;hp=870f46e48c970524bb6e11da2f4ae2806a5f4c7f;hb=5ac4c1769e9976b39e919bb5f5ac9e97f62e7d0f;hpb=c291f2361f0588cab3bd9d179edbf0c095ffda6c diff --git a/firmware/lib/arduino.c b/firmware/lib/arduino.c index 870f46e..503492c 100644 --- a/firmware/lib/arduino.c +++ b/firmware/lib/arduino.c @@ -12,19 +12,21 @@ void arduino_init(){ /* set PORTB for output*/ DDRB = 0xFF; - + + /* while (1) { - /* set PORTB.6 high */ + //LED on PORTB = 0x20; _delay_ms(1000); - /* set PORTB.6 low */ + //LED off PORTB = 0x00; _delay_ms(1000); } +*/ } #endif