led v3
Fork of LED by
Diff: LED.h
- Revision:
- 0:1ccc5328ef67
- Child:
- 1:4513264e463e
diff -r 000000000000 -r 1ccc5328ef67 LED.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/LED.h Thu Jan 26 13:28:39 2017 +0000 @@ -0,0 +1,4 @@ +void LED_Blinking(DigitalOut LED, float duree); +void K2000(float duree); +void K3000(float duree); +void K4000(float duree); \ No newline at end of file