bexus_variables.c 318 B

1234567891011121314
  1. #include "bexus_variables.h"
  2. uint16_t buff_sensor_data_index = 0;
  3. struct Dataset Dataset_Master[DATASET_LENGTH];
  4. struct Dataset Dataset_Slave[DATASET_LENGTH];
  5. struct Dataset Dataset_Fusion[DATASET_LENGTH];
  6. /*
  7. struct CompressedDataset Dataset_SD;
  8. // length of all 3 arrays together
  9. uint32_t DataLength = IN_LEN;
  10. */