Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: EthernetInterface LM75B mbed-rtos mbed
Diff: led.h
- Revision:
- 8:556a5738c2fa
- Parent:
- 7:2de256f902c8
--- a/led.h Mon Mar 19 00:58:20 2018 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,20 +0,0 @@ -#ifndef led_h -#define led_h -#include "mbed.h" - -class Led -{ -public: - Led(); //Constructor - - /** - * @param color char array - * - * Deze methode zal het kleur van je led instellen. - * Je geeft een character array mee, en de methode zal dan een 0 of een 1 terugsturen. - * (0 = succes, 1 = fail) Dit kan je dan doorgeven aan de slave om het juiste antwoord terug te sturen naar de master. - */ - int setColor(char*); -}; - -#endif \ No newline at end of file