mirror of
https://github.com/eddyem/eddys_snippets.git
synced 2026-03-21 17:20:57 +03:00
found my misprint, now tests are OK. Next is trying on MCU.
This commit is contained in:
@@ -30,12 +30,13 @@ static const uint16_t EEPROM[MLX_DMA_MAXLEN] = {
|
||||
#include "eeprom.csv"
|
||||
};
|
||||
|
||||
static const int16_t FRAME0[MLX_DMA_MAXLEN] = {
|
||||
static const int16_t DataFrame[2][MLX_DMA_MAXLEN] = {
|
||||
{
|
||||
#include "frame0.csv"
|
||||
};
|
||||
|
||||
static const int16_t FRAME1[MLX_DMA_MAXLEN] = {
|
||||
},
|
||||
{
|
||||
#include "frame1.csv"
|
||||
}
|
||||
};
|
||||
|
||||
static const MLX90640_params extracted_parameters = {
|
||||
@@ -75,7 +76,7 @@ static const fp_t ToFrame[2][MLX_PIXNO] = {
|
||||
#include "to_frame0.csv"
|
||||
},
|
||||
{
|
||||
#include "to_frame0.csv"
|
||||
#include "to_frame1.csv"
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user