Initial Project

This commit is contained in:
Tuan PM
2016-09-11 10:10:24 +07:00
parent 2696c0d0f5
commit 0fdec5a93d
8 changed files with 773 additions and 1 deletions

13
mqtt.c Normal file
View File

@@ -0,0 +1,13 @@
/*
* @Author: Tuan PM
* @Date: 2016-09-10 09:33:06
* @Last Modified by: Tuan PM
* @Last Modified time: 2016-09-11 09:48:52
*/
#include "mqtt.h"
void mqtt_task(void *pvParameters)
{
mqtt_settings *settings = (mqtt_settings *)pvParameters;
}