1 2 3 4 5 6
struct MemoryStruct { unsigned char *memory; size_t size; }; int gadgets_retrieve_temperature(unsigned char *output, int max_len);