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.
lauflicht.h
00001 #include "mbed.h" 00002 #ifndef lauflicht_H 00003 #define lauflicht_H 00004 00005 class FourLeds{ 00006 public: 00007 FourLeds(PinName LED1, PinName LED2, PinName LED3, PinName LED4) : _leds(LED1, LED2, LED3, LED4) 00008 { 00009 _leds = 0; 00010 } 00011 00012 void lauflicht(void); 00013 void lauflichtbalken(void); 00014 00015 private: 00016 BusOut _leds; 00017 00018 }; 00019 00020 #endif
Generated on Fri Jul 15 2022 01:39:22 by
1.7.2