MLX90640: got registers, start to write image reading process

This commit is contained in:
Edward Emelianov
2022-05-19 01:38:06 +03:00
parent 247d1b2ed5
commit bc11cee187
13 changed files with 819 additions and 43 deletions

View File

@@ -18,6 +18,11 @@
#include "hardware.h"
#include "i2c.h"
/* don't run debugging info */
#ifdef EBUG
#undef EBUG
#endif
#include "strfunct.h"
extern volatile uint32_t Tms;