From 6d7141db0c73af34fd887fda9723c77aaaf1e349 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Fri, 29 May 2015 00:00:05 +0200 Subject: o Initial import of Phone Remote firmware, forked from the old soil moisture project. --- LiquidCrystal.h | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 LiquidCrystal.h (limited to 'LiquidCrystal.h') diff --git a/LiquidCrystal.h b/LiquidCrystal.h new file mode 100644 index 0000000..341d729 --- /dev/null +++ b/LiquidCrystal.h @@ -0,0 +1,19 @@ +/* + * LiquidCrystal + */ + +#ifndef LIQUIDCRYSTAL_H_ +#define LIQUIDCRYSTAL_H_ + +#include +#include "app_gpiote.h" + +uint32_t liquid_crystal_init(); + +uint32_t liquid_crystal_display(bool display_on, bool cursor_on, bool blink); + +void liquid_crystal_write_char(char chr); + +void liquid_crystal_write_string(char *chr); + +#endif -- cgit v1.2.3