actuator/users/Inc/atcom.h

27 lines
402 B
C

#ifndef __ATCOM_H_
#define __ATCOM_H_
#include "stm32f4xx_hal.h"
#include "uarts.h"
extern int wifi_set_state;
extern int connect_state;
extern char wifiname[100];
extern char wifipassword[100];
extern char myip[100];
extern char hisip[100];
extern char port[100];
void at_command_send(uint8_t *Tx_Buf);
void wifi_set(void);
void at_command_send(uint8_t *Tx_Buf);
#endif /* __ATCOM_H_ */