0
mirror of https://gitlab.com/hyperglitch/jellyfish.git synced 2025-12-26 15:16:30 +00:00
2025-07-20 02:54:12 +02:00

28 lines
575 B
C

/*
* SPDX-FileCopyrightText: 2025 Igor Brkic <igor@hyperglitch.com>
*
* SPDX-License-Identifier: GPL-3.0-or-later
*/
// File generated by jf_calibrate.py on 2025-07-15 23:13:11
#ifndef JF_CALIBRATION_H
#define JF_CALIBRATION_H
#include <stdint.h>
typedef struct {
uint32_t uid[3];
char description[30];
float voltage[2];
float dac[2];
float ain[2];
float isense2[2];
float isense1[16];
} jf_calibration_t;
extern const jf_calibration_t JF_CALIBRATION_EMPTY;
extern const jf_calibration_t JF_CALIBRATION_DATA[];
#endif //JF_CALIBRATION_H