led v3
Fork of LED by
Diff: LED.h
- Revision:
- 2:d08b46f9050c
- Parent:
- 1:4513264e463e
- Child:
- 3:ca5c598be185
--- a/LED.h Thu Jan 26 15:59:15 2017 +0000 +++ b/LED.h Thu Feb 09 14:35:40 2017 +0000 @@ -1,5 +1,11 @@ -void LED_Blinking(DigitalOut LED, float duree); -void K1000(float duree); -void K2000(float duree); -void K3000(float duree); -void K4000(float duree); \ No newline at end of file + +class LED { + + public : + + void LED_Blinking(DigitalOut LED, float duree); + void K1000(float duree); + void K2000(float duree); + void K3000(float duree); + void K4000(float duree); +}; \ No newline at end of file