kullandıgım çalışan kütüphane bir zamanlar github dan bulmuşdum.
#define FSYNCHIGH GPIO_WriteBit(GPIOB,GPIO_Pin_7,Bit_SET);
#define FSYNCLOW GPIO_WriteBit(GPIOB,GPIO_Pin_7,Bit_RESET);
#define SDATAHIGH GPIO_WriteBit(GPIOB,GPIO_Pin_5,Bit_SET);
#define SDATALOW...