Dependencies:   mbed

numbers.h

Committer:
kagelump
Date:
2012-03-05
Revision:
0:87b78725a6dd

File content as of revision 0:87b78725a6dd:

#ifndef NUMBERS_H
#define NUMBERS_H

const unsigned int four[] = {0x00,0x1f,0x10,0x10,0x10,0xff,0x00,0x00};

#endif