dd

Dependencies:   mbed

Fork of keerthi by keerthi vasan

main.cpp

Committer:
Abhisheik
Date:
2015-07-16
Revision:
3:449c8a9a369e
Parent:
2:f222a223fdb3

File content as of revision 3:449c8a9a369e:

#include "mbed.h"

BusOut a(p8,p12,p11,p5,p6,p7,p9,p10);
int main()
{
 a=0x10;
 a=0x1F;
 a=0x44;
 a=0x06;
 a=0x0B;
 a=0x82;
 a=0x80;
 a=0x17;
 }