Initial checkin.
This commit is contained in:
16
unittest/mgos.h
Normal file
16
unittest/mgos.h
Normal 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
|
Reference in New Issue
Block a user