summaryrefslogtreecommitdiff
path: root/io-module/mts_io.h
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2021-10-29 10:45:43 -0500
committerJohn Klug <john.klug@multitech.com>2021-11-12 12:00:50 -0600
commitfdc6f30e9da19f19669ecfc6c66d02abf9057959 (patch)
tree1f30ba77204c5307aea4bf1ab4f73ff77495aa5c /io-module/mts_io.h
parent0e772e1a11a545571232de6387699b73ac3278bf (diff)
downloadmts-io-fdc6f30e9da19f19669ecfc6c66d02abf9057959.tar.gz
mts-io-fdc6f30e9da19f19669ecfc6c66d02abf9057959.tar.bz2
mts-io-fdc6f30e9da19f19669ecfc6c66d02abf9057959.zip
MTCDT-0.2 with PCA9557 support
Diffstat (limited to 'io-module/mts_io.h')
-rw-r--r--io-module/mts_io.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/io-module/mts_io.h b/io-module/mts_io.h
index 2c4b7b6..4f46804 100644
--- a/io-module/mts_io.h
+++ b/io-module/mts_io.h
@@ -50,6 +50,7 @@ struct gpio_pin {
};
extern int mts_has_radio(const char *product_id, size_t len);
+extern const char *mts_get_hw_version(void);
#endif /* __MTS_IO_H */