add pre-pre-alpha of MLX90640

This commit is contained in:
Edward Emelianov
2022-05-09 16:47:18 +03:00
parent ec4d565a0e
commit 1489b029ff
23 changed files with 2096 additions and 6 deletions

View File

@@ -22,7 +22,9 @@
#ifndef __COMMON_MACROS_H__
#define __COMMON_MACROS_H__
#include <stdint.h>
#ifndef TRUE_INLINE
#define TRUE_INLINE __attribute__((always_inline)) static inline
#endif
#ifndef TRUE
#define TRUE 1
@@ -32,10 +34,6 @@
#define FALSE 0
#endif
#ifndef TRUE_INLINE
#define TRUE_INLINE __attribute__((always_inline)) static inline
#endif
#ifndef NULL
#define NULL (0)
#endif
@@ -54,4 +52,4 @@
#endif // __COMMON_MACROS_H__
#endif // __COMMON_MACROS_H__