aboutsummaryrefslogtreecommitdiffstats
path: root/src/load_cell_probe.h
blob: e67c16e55d2b654f0aca8b22a225f87043070677 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef __LOAD_CELL_PROBE_H
#define __LOAD_CELL_PROBE_H

#include <stdint.h> // uint8_t

struct load_cell_probe *load_cell_probe_oid_lookup(uint8_t oid);
void load_cell_probe_report_sample(struct load_cell_probe *lce
                        , int32_t sample);

#endif // load_cell_probe.h