led v3

Dependents:   robot_final

Fork of LED by Projet robot

Committer:
fab16
Date:
Thu Feb 09 16:14:19 2017 +0000
Revision:
3:ca5c598be185
Parent:
2:d08b46f9050c
V3

Who changed what in which revision?

UserRevisionLine numberNew contents of line
fab16 2:d08b46f9050c 1
fab16 2:d08b46f9050c 2 class LED {
fab16 2:d08b46f9050c 3
fab16 2:d08b46f9050c 4 public :
fab16 2:d08b46f9050c 5
fab16 2:d08b46f9050c 6 void LED_Blinking(DigitalOut LED, float duree);
fab16 2:d08b46f9050c 7 void K1000(float duree);
fab16 2:d08b46f9050c 8 void K2000(float duree);
fab16 2:d08b46f9050c 9 void K3000(float duree);
fab16 2:d08b46f9050c 10 void K4000(float duree);
fab16 3:ca5c598be185 11 void LED_desynchrone(float duree);
fab16 2:d08b46f9050c 12 };