URL
https://opencores.org/ocsvn/openmsp430/openmsp430/trunk
Subversion Repositories openmsp430
[/] [openmsp430/] [trunk/] [fpga/] [OBSOLETE/] [altera_de1_board/] [software/] [memledtest/] [gray.h] - Rev 221
Compare with Previous | Blame | View Log
#ifndef GRAY_H #define GRAY_H unsigned char bin2gray(unsigned char); unsigned char gray2bin(unsigned char); #endif