From eb28edcccfac6d3d25138e0c6eae77cd447b84a9 Mon Sep 17 00:00:00 2001 From: rusefi Date: Sat, 14 Dec 2024 18:32:43 -0500 Subject: [PATCH] making scales available to rusEFI firmware in the long term future --- sent/include/sent_canbus_protocol.h | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sent/include/sent_canbus_protocol.h diff --git a/sent/include/sent_canbus_protocol.h b/sent/include/sent_canbus_protocol.h new file mode 100644 index 0000000..c40d86d --- /dev/null +++ b/sent/include/sent_canbus_protocol.h @@ -0,0 +1,5 @@ + +#pragma once + +#define GM_SENT_CANBUS_SCALE_PRESSURE 10 +#define GM_SENT_CANBUS_SCALE_TEMPERATURE 100 \ No newline at end of file