add mqttclient to the component, and add fire stm32f429 board demo.

This commit is contained in:
jiejieTop
2020-02-20 00:09:00 +08:00
committed by jiejieTop
parent 6731d4692d
commit 8f76e16646
281 changed files with 145740 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
/*
* @Author: jiejie
* @Github: https://github.com/jiejieTop
* @Date: 2019-12-26 20:00:29
* @LastEditTime : 2019-12-26 20:56:50
* @Description: the code belongs to jiejie, please keep the author information and source code according to the license.
*/
#include "salof.h"
#include <stdio.h>
#include <unistd.h>
int main()
{
salof_init();
LOG_INFO("asfafasf");
sleep(1);
LOG_ERR("asfafasf");
LOG_WARN("asfafasf");
LOG_DEBUG("asfafasf\n");
sleep(1);
}