12 lines
198 B
C
12 lines
198 B
C
#pragma once
|
|
|
|
#include <Arduino.h>
|
|
|
|
#include "FilamentGuardDeviceInfo.h"
|
|
#include "OpenPrintTagData.h"
|
|
|
|
struct FilamentGuardTagRead
|
|
{
|
|
FilamentGuardDeviceInfo device;
|
|
OpenPrintTagData tag;
|
|
}; |