修改了Web后台的部分界面,增加了HAmqtt中的总电量传感器,后台新增mqtt上报频率设置

This commit is contained in:
OOP
2025-03-03 21:49:41 +08:00
parent e1e00b60ce
commit 9f9d4c7a56
4468 changed files with 1473046 additions and 10728 deletions

View File

@@ -0,0 +1,44 @@
/**
******************************************************************************
* @file micokit_stmems.h
* @author Willian Xu
* @version V1.0.0
* @date 20-May-2015
* @brief micokit st mems extension board peripherals pin defines.
******************************************************************************
* UNPUBLISHED PROPRIETARY SOURCE CODE
* Copyright (c) 2016 MXCHIP Inc.
*
* The contents of this file may not be disclosed to third parties, copied or
* duplicated in any form, in whole or in part, without the prior written
* permission of MXCHIP Corporation.
******************************************************************************
*/
#pragma once
#ifndef __MICOKIT_STMEMS_DEF_H_
#define __MICOKIT_STMEMS_DEF_H_
//-------------------------- MicoKit-EXT board pin define ----------------------
#define SSD1106_USE_I2C
#define OLED_I2C_PORT (Arduino_I2C)
#define P9813_PIN_CIN (Arduino_D9)
#define P9813_PIN_DIN (Arduino_D8)
#define DC_MOTOR (MICO_GPIO_21)
#define MICOKIT_STMEMS_KEY1 (Arduino_D5)
#define MICOKIT_STMEMS_KEY2 (Arduino_D6)
#define HTS221_I2C_PORT (Arduino_I2C)
#define LPS25HB_I2C_PORT (Arduino_I2C)
#define UVIS25_I2C_PORT (Arduino_I2C)
#define LSM9DS1_I2C_PORT (Arduino_I2C)
#define LIGHT_SENSOR_ADC (Arduino_A2)
#endif // __MICOKIT_EXT_DEF_H_