16 lines
144 B
C
16 lines
144 B
C
/*
|
|
* esp.h
|
|
*
|
|
* Created: 6-4-2016 12:33:21
|
|
* Author: kenny
|
|
*/
|
|
|
|
|
|
#ifndef ESP_H_
|
|
#define ESP_H_
|
|
|
|
void esp_init(void);
|
|
|
|
|
|
|
|
#endif /* ESP_H_ */ |