Quentin LAM / Mbed 2 deprecated ex28_chenillard_continu

Dependencies:   IHM_V2 mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers main.cpp Source File

main.cpp

00001 #include "Nboard.h"
00002 IHM ihm;
00003 
00004 
00005 int main() {
00006     int n=3;
00007     while(1) {
00008         ihm.BAR_set(n);
00009         n=n<<1;
00010         wait(1);
00011     }
00012 }