/HALMET-example-firmware

Example firmware for HALMET: Hat Labs Marine Engine & Tank interface

Primary LanguageC++Apache License 2.0Apache-2.0

HALMET Example Firmware

This repository provides example firmware for HALMET: Hat Labs Marine Engine & Tank interface.

To get started with the example firmware, follow the generic SensESP Getting Started instructions but use this repository instead of the SensESP Project Template.

By default, the example firmware is configured to read the engine RPM from input D1 and the fuel level from input A1. D2 is configured as a low oil pressure alarm input.

To customize the software for your own purposes, edit the src/main.cpp file. Parts intended to be customized are marked with EDIT: comments.