单片机互通调试初步完成
This commit is contained in:
11
esp32_robot_firmware/relay_control.h
Normal file
11
esp32_robot_firmware/relay_control.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef RELAY_CONTROL_H
|
||||
#define RELAY_CONTROL_H
|
||||
|
||||
#include "config.h"
|
||||
#include <Arduino.h>
|
||||
|
||||
void relay_setup();
|
||||
void relay_start_charging(); // 闭合继电器,模拟开始充电
|
||||
void relay_stop_charging(); //断开继电器,模拟停止充电
|
||||
|
||||
#endif // RELAY_CONTROL_H
|
||||
Reference in New Issue
Block a user