add mqttclient to the component, and add fire stm32f429 board demo.
This commit is contained in:
17
components/connectivity/mqttclient/common/random.h
Normal file
17
components/connectivity/mqttclient/common/random.h
Normal file
@@ -0,0 +1,17 @@
|
||||
/*
|
||||
* @Author: jiejie
|
||||
* @Github: https://github.com/jiejieTop
|
||||
* @Date: 2020-01-09 19:59:19
|
||||
* @LastEditTime : 2020-01-10 08:52:45
|
||||
* @Description: the code belongs to jiejie, please keep the author information and source code according to the license.
|
||||
*/
|
||||
|
||||
#ifndef _RANDOM_H_
|
||||
#define _RANDOM_H_
|
||||
|
||||
#define RANDOM_MAX 0x7FFFFFFF
|
||||
|
||||
int random_number(void);
|
||||
char *random_string(unsigned int len);
|
||||
|
||||
#endif /* _RANDOM_H_ */
|
Reference in New Issue
Block a user