Files
smartbooks/103ze/mycode/flash.h
T
无闻风 04b4a6fd02 移植了LCD屏幕,FLASH字库
字库还有偏移问题未解决

Signed-off-by: 无闻风 <53944749+wuwenfengmi1998@users.noreply.github.com>
2021-03-11 22:33:36 +08:00

19 lines
286 B
C

/*
* flash.h
*
* Created on: Mar 11, 2021
* Author: 13370
*/
#ifndef FLASH_H_
#define FLASH_H_
#include "c.h"
#define W25X_ReadData 0x03
extern SPI_HandleTypeDef hspi2;
void W25QXX_Read(uint8_t* pBuffer,uint32_t ReadAddr,uint16_t NumByteToRead);
#endif /* FLASH_H_ */