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: mbed
Diff: main.cpp
- Revision:
- 2:60b7ddea313d
- Parent:
- 1:7bc57549d141
- Child:
- 3:5b211a56c6fb
--- a/main.cpp Tue Mar 24 16:45:34 2020 +0000 +++ b/main.cpp Tue Mar 24 17:10:56 2020 +0000 @@ -1,15 +1,37 @@ + + + + +//****************************************************************************** +// +// Includes +// +//****************************************************************************** + #include <mbed.h> #include "Adafruit_WS2801.h" #include "Definitionen.h" - -// Michi war hier + +//****************************************************************************** +// +// Definitionen +// +//****************************************************************************** +// Instanz der Klasse LED erstellen Adafruit_WS2801 leds( LED_NUM, SPI_MOSI, SPI_SCK, WS2801_RGB ); + +//****************************************************************************** +// +// Main +// +//****************************************************************************** + int main () { int aktuell = 0; @@ -26,7 +48,6 @@ } -