1 基于 stm32 的宠物喂养控制系统设计源码和电路图Main.c 文件#include "main.h"#include "i2c.h"#include "tim.h"#include "usart.h"#include "gpio.h"#include "uart_printf.h"#include "oled.h"#include "stdio.h"#include "oled.h" #include "dht11.h"#include "DS1302.h"#include "motor.h"#include "stdbool.h"#include "esp8266.h"uint32_t HX711_Buffer;uint32_t Weight_Maopi;signed long Weight_Shiwu;#define GapValue 407uint8_t temp_value =0;uint8_t humi_value =0;uint8_t motor_umb;bool motor_key=false;bool disposa...
发表评论取消回复