Mock out mgos_i2c.h to work with Linux.

This commit is contained in:
Pim van Pelt
2018-04-02 13:30:45 +02:00
commit cef7c5107d
8 changed files with 491 additions and 0 deletions

14
include/mgos.h Normal file

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