Browse Source

update

Finny_test
zwsd 3 years ago
parent
commit
852ca20f58
  1. 10
      main/camera.cpp
  2. 11
      main/heating_plate.c
  3. 11
      main/key.c
  4. 10
      main/light.c
  5. 10
      main/light.h
  6. 11
      main/port.c
  7. 11
      main/wifi.c

10
main/camera.cpp

@ -1,3 +1,13 @@
/**
* @file camera.cpp
* @author Finny (tianjialong0106@163.com)
* @brief
* @version 0.1
* @date 2022-09-26
*
* @copyright Copyright (c) 2022
*
*/
#include "camera.h" #include "camera.h"
#include "who_camera.h" #include "who_camera.h"
#include "who_motion_detection.hpp" #include "who_motion_detection.hpp"

11
main/heating_plate.c

@ -1,3 +1,14 @@
/**
* @file heating_plate.c
* @author Finny (tianjialong0106@163.com)
* @brief
* @version 0.1
* @date 2022-09-26
*
* @copyright Copyright (c) 2022
*
*/
#include "heating_plate.h" #include "heating_plate.h"
void T_heating_plate_init(void) {} void T_heating_plate_init(void) {}

11
main/key.c

@ -1,3 +1,14 @@
/**
* @file key.c
* @author Finny (tianjialong0106@163.com)
* @brief
* @version 0.1
* @date 2022-09-26
*
* @copyright Copyright (c) 2022
*
*/
#include "key.h" #include "key.h"
static T_key_structer_t *T_key_structer_s; static T_key_structer_t *T_key_structer_s;

10
main/light.c

@ -1,3 +1,13 @@
/**
* @file light.c
* @author Finny (tianjialong0106@163.com)
* @brief Project micro shape photometer light control
* @version 0.1
* @date 2022-09-25
*
* @copyright Copyright (c) 2022
*
*/
#include "light.h" #include "light.h"
#include "driver/gpio.h" #include "driver/gpio.h"

10
main/light.h

@ -1,13 +1,3 @@
/**
* @file light.h
* @author Finny (tianjialong0106@163.com)
* @brief Project micro shape photometer light control
* @version 0.1
* @date 2022-09-25
*
* @copyright Copyright (c) 2022
*
*/
#pragma once #pragma once
#include <stdbool.h> #include <stdbool.h>

11
main/port.c

@ -1,3 +1,14 @@
/**
* @file port.c
* @author Finny (tianjialong0106@163.com)
* @brief
* @version 0.1
* @date 2022-09-26
*
* @copyright Copyright (c) 2022
*
*/
#include "port.h" #include "port.h"
#include "driver/gpio.h" #include "driver/gpio.h"

11
main/wifi.c

@ -1,3 +1,14 @@
/**
* @file wifi.c
* @author Finny (tianjialong0106@163.com)
* @brief
* @version 0.1
* @date 2022-09-26
*
* @copyright Copyright (c) 2022
*
*/
#include "wifi.h" #include "wifi.h"
#define WIFI_SSID 1 #define WIFI_SSID 1

Loading…
Cancel
Save