Search Notebooks
K.I.T.T. Scanner library

Page owner: user Suga koubou

Created 18 Oct 2010.
Last updated 18 Oct 2010

K.I.T.T. Scanner library

Page last updated 18 Oct 2010, by   user Suga koubou   tag No tags | 0 replies  

K.I.T.T. Scanner library

Knight Rider sequencer
This run in the background. To use view of wait.

Download

KITTScanner

Sample

KittScanner_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

Please log in to post a comment.