随笔分类 -  STM32

摘要:===========================华丽的main.c分界线====================================#include "stm32f10x.h"#include "LCD_driver.h"#include"chinese.h"#include"picture.h"#define LCD_cs(x) x ? GPIO_SetBits(GPIOB, LCD_CS) : GPIO_ResetBits(GPIOB, LCD_CS)void delay(u32);int k 阅读全文
posted @ 2013-06-07 17:12 默默地EEer 阅读(1548) 评论(1) 推荐(0)