24 lines
257 B
C
24 lines
257 B
C
/*
|
|
* File: ATCmdInterpreter.h
|
|
* Author: JF
|
|
*
|
|
* Created on December 28, 2024, 8:08 AM
|
|
*/
|
|
|
|
#ifndef ATCMDINTERPRETER_H
|
|
#define ATCMDINTERPRETER_H
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif /* ATCMDINTERPRETER_H */
|
|
|