|
|
@ -26,12 +26,10 @@ SOFTWARE.
|
|
|
|
#define MAX31865_H_
|
|
|
|
#define MAX31865_H_
|
|
|
|
|
|
|
|
|
|
|
|
#include <stdint.h>
|
|
|
|
#include <stdint.h>
|
|
|
|
#include <stdbool.h>
|
|
|
|
|
|
|
|
#include "pin.h"
|
|
|
|
#include "pin.h"
|
|
|
|
#include "spi.h"
|
|
|
|
#include "spi.h"
|
|
|
|
|
|
|
|
|
|
|
|
typedef void (*fptr_t)(void);
|
|
|
|
typedef void (*fptr_t)(void);
|
|
|
|
typedef void (*fptr_b_t)(bool);
|
|
|
|
|
|
|
|
typedef uint8_t (*u8_fptr_u8_t)(uint8_t);
|
|
|
|
typedef uint8_t (*u8_fptr_u8_t)(uint8_t);
|
|
|
|
|
|
|
|
|
|
|
|
typedef enum{
|
|
|
|
typedef enum{
|
|
|
|