Nut/OS  4.10.3
API Reference
spi_7seg.h
Go to the documentation of this file.
00001 #ifndef _INCLUDE_CFG_7SEG_H_
00002 #define _INCLUDE_CFG_7SEG_H_
00003 
00004 /*
00005  * Do not edit! Automatically generated on Wed Jul 08 15:55:19 2009
00006  */
00007 
00008 #ifndef SEG7_SPI_RATE
00009 #define SEG7_SPI_RATE 4000000UL
00010 #endif
00011 
00012 #ifndef SEG7_SPI_MODE
00013 #define SEG7_SPI_MODE SPI_MODE_3
00014 #endif
00015 
00016 
00017 #endif