7.1

Dependencies:   mbed

Fork of Oppgave2 by Sølibatgutt

main.cpp

Committer:
andreped
Date:
2017-09-05
Revision:
2:6d50b444c4df
Parent:
1:07b498c93e9a
Child:
3:cdd8af1b6f39

File content as of revision 2:6d50b444c4df:

#include "mbed.h"

BusOut teller(p21, p22, p23, p24, p25, p26);

int main()
{
    while(1) {
        int x = teller;
        if ( x = 63) {
            x = 0
        } else {
            x >= 63;
            x = ++;
            wait(0.25);
        }
    }
}