bertos/hw/hw_sipo.h
Go to the documentation of this file.00001
00042 #ifndef HW_SIPO_H
00043 #define HW_SIPO_H
00044
00045 #warning TODO:This is an example implementation, you must implement it!
00046
00047 #define LOAD_HIGH
00048 #define LOAD_LOW
00049 #define LOAD_INIT
00050 #define SET_SCK_OUT
00051 #define SET_SOUT_OUT
00052 #define CLOCK_HIGH
00053 #define CLOCK_LOW
00054 #define SET_SOUT_HIGH
00055 #define SET_SOUT_LOW
00056 #define CLOCK_PULSE
00057
00058 #define OE_OUT
00059 #define OE_LOW
00060
00061
00062 #endif