/* * BigClown - Humidity Module * * https://chiptron.cz * https://time4ee.com * * The example code is based on https://www.bigclown.com/ * * 2018 */ #ifndef _APPLICATION_H #define _APPLICATION_H #include // Forward declarations void sht20_module_event_handler(bc_sht20_t *self, bc_sht20_event_t event, void *event_param); #endif // _APPLICATION_H