summaryrefslogtreecommitdiff
path: root/input_gadgets.h
blob: cdf1bcbd9b23ecd3bc27442b1b60ebce8fb14554 (plain)
1
2
3
4
5
6
struct MemoryStruct {
  unsigned char *memory;
  size_t size;
};

int gadgets_retrieve_current_temperature(unsigned char *output, int max_len);