stm32串口1接收和发送数据的使用
#include "stm32f10x.h" #include "stdio.h" static GPIO_InitTypeDef GPIO_InitStructure; static NVIC_InitTypeDef NVIC_InitStructure;
#include "stm32f10x.h" #include "stdio.h" static GPIO_InitTypeDef GPIO_InitStructure; static NVIC_InitTypeDef NVIC_InitStructure;
代码不太完整,因为我的stm32板子的灯的引脚没有定时器所以就写个差不多的模板供以后参考
#include "stm32f10x.h" #include "sys.h" static GPIO_InitTypeDef GPIO_InitStructure; static TIM
#include "stm32f10x.h" static GPIO_InitTypeDef GPIO_InitStructure; static NVIC_InitTypeDef NVIC_InitStructure; static TIM_TimeBaseInitTypeD
#include "stm32f10x.h" static GPIO_InitTypeDef GPIO_InitStructure; #define PB5OUT(n) *(volatile uint32_t *)(0x42000000+((uint32_t
#include "stm32f10x.h" static GPIO_InitTypeDef GPIO_InitStructure; #define PB5OUT(n) *(volatile uint32_t *)(0x42000000+((uint32_t
#include "stm32f10x.h" static EXTI_InitTypeDef EXTI_InitStructure; static GPIO_InitTypeDef GPIO_InitStructure; static NVIC_InitTypeDef
@arg NVIC_PriorityGroup_0: 0 bits for pre-emption priority //不支持抢占优先级 * &n
#include "stm32f10x.h" static EXTI_InitTypeDef EXTI_InitStructure; static GPIO_InitTypeDef GPIO_InitStructure; static NVIC_InitTypeDef
任务调度的基本说明
例子
需要知道的知识点
Linux介绍:
2.计算机是一门“做中学”的学科,不是会了再做,而是做了才会
3.Linux的分类
4.虚拟机的网络配置分为三类:桥连接,NAT,主机模式
桥连接:Linux可以和其它的系统通信。但是可能造成ip冲突,因为在同一片网段里面只有0~255个ip编号可以使用
由于小组需求,现在转为学小程序,先把安卓放一放
全局配置
app.json里面的代码
{ "pages":[ &n
我的问题就是使用tabBar的时候底部的图标不出现
我使用的办法就是让 tabBar 中包含 index 初始页面这一项放在第一个list中的pagepath
"list": [ { &nbs
看的是天哥的安卓学习视频,下面是笔记
· 完整项目最精简流程:Android <-->接口<-->数据库,
1.线性布局 LinearLayout
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:androi
继续更新,最近下雨太多,导致很少看视频,夏天不是热就是雨多,很难学习的下啊(其实就是为了骗自己,都是借口
3-7求值顺序陷阱
#include<stdio.h> int main(){ int a=10; int b = 1; &nb