fome-fw/firmware/controllers/lua/value_lookup.h

12 lines
265 B
C
Raw Normal View History

2021-12-13 16:46:41 -08:00
/*
* @file value_lookup.h
*
* @date Dec 13, 2021
* @author Andrey Belomutskiy, (c) 2012-2021
*/
#pragma once
float getConfigValueByName(const char *name);
2021-12-14 15:25:55 -08:00
void setConfigValueByName(const char *name, float value);
2021-12-15 17:11:08 -08:00
float getOutputValueByName(const char *name);