arben sutter

Dependencies:   mbed

Fork of Oppgave7_1 by Sølibatgutt

main.cpp

Committer:
andreped
Date:
2017-09-05
Revision:
0:fe54cfab4520
Child:
1:07b498c93e9a

File content as of revision 0:fe54cfab4520:

#include "mbed.h"

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

int main() {
    while(1) {
        int x = teller;
        x = ++;
        wait(0.25);
        
    }
}