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.
Effect.cpp
- Committer:
- arnedesmet
- Date:
- 2016-01-18
- Revision:
- 3:3d0652023458
- Parent:
- 0:8fd12f8121c1
File content as of revision 3:3d0652023458:
#include "Effect.h"
Effect::Effect(RGB* led){
this->led = led;
}
void Effect::run(){
}