Initial checkin.

This commit is contained in:
Pim van Pelt
2018-01-05 16:58:15 +01:00
commit 4679636fdc
42 changed files with 9600 additions and 0 deletions

16
unittest/mgos.h Normal file
View File

@ -0,0 +1,16 @@
#ifndef __MGOS_H
#define __MGOS_H
#include <stdint.h>
#include <stdbool.h>
#include <stdarg.h>
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include "mgos_mock.h"
#include "mgos_gpio.h"
#include "mgos_net.h"
#include "mgos_mqtt.h"
#endif // __MGOS_H