wiznet stuff
This commit is contained in:
8
cube/User/Inc/utils.h
Normal file
8
cube/User/Inc/utils.h
Normal file
@ -0,0 +1,8 @@
|
||||
#ifndef _UTILS_H_
|
||||
#define _UTILS_H_
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
void activeDelay(uint8_t delay_ms);
|
||||
|
||||
#endif // _UTILS_H_
|
@ -1,6 +1,6 @@
|
||||
#ifndef _WIZHELPER_H_
|
||||
#define _WIZHELPER_H_
|
||||
|
||||
|
||||
int wizInit();
|
||||
|
||||
#endif // _WIZHELPER_H_
|
Reference in New Issue
Block a user