No tags
|
0 replies
Knight Rider sequencer
This run in the background. To use view of wait.
#include "mbed.h"
#include "KITTScanner.h"
KITTScanner scanner;
int main() {
:
scanner.start();
:
scanner.stop();
:
}
start( sec ); // one turn time (default: 1.0s)
stop(); // fade out
stop(1); // off
Please log in to post a comment.