Turn off LED at end
This commit is contained in:
parent
97e35677db
commit
736959d47c
|
@ -9,4 +9,5 @@ void ram(void){
|
||||||
gpioSetValue (RB_LED1, x%2);
|
gpioSetValue (RB_LED1, x%2);
|
||||||
delayms(50);
|
delayms(50);
|
||||||
};
|
};
|
||||||
|
gpioSetValue (RB_LED1, 0);
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue