wiznet stuff

This commit is contained in:
2020-11-08 15:56:14 +01:00
parent d033412bdf
commit 65690775fb
8 changed files with 73 additions and 10 deletions

8
cube/User/Inc/utils.h Normal file
View File

@ -0,0 +1,8 @@
#ifndef _UTILS_H_
#define _UTILS_H_
#include <stdint.h>
void activeDelay(uint8_t delay_ms);
#endif // _UTILS_H_

View File

@ -1,6 +1,6 @@
#ifndef _WIZHELPER_H_
#define _WIZHELPER_H_
int wizInit();
#endif // _WIZHELPER_H_