K.I.T.T. Scanner library
K.I.T.T. Scanner library
Knight Rider sequencer
This run in the background. To use view of wait.
Download
Sample
#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
0 comments
You need to log in to post a comment
