at45db_flash.nc
来自「TinyOs1.15下的at45db041 的flash编程」· NC 代码 · 共 7 行
NC
7 行
interface AT45DB_Flash{
async command result_t init();
async command result_t write(uint8_t* data, uint16_t address, uint16_t page,uint8_t len);
async command result_t read(uint8_t* data, uint16_t address , uint16_t page, uint8_t len);
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?