摘要: #include <stdint.h> #include "stm32f10x.h" 按照posix标准,一般整型对应的*_t类型为: 1字节 uint8_t 2字节 uint16_t 4字节 uint32_t 8字节 uint64_t 阅读全文
posted @ 2018-05-09 14:37 KevinChase 阅读(209) 评论(0) 推荐(0)