openHASP/src/hasp_oobe.h
2021-02-23 01:37:38 +01:00

11 lines
320 B
C

/* MIT License - Copyright (c) 2019-2021 Francis Van Roie
For full license information read the LICENSE file in the project folder */
#if HASP_USE_CONFIG > 0
void oobeSetAutoCalibrate(bool cal);
bool oobeSetup();
void oobeFakeSetup(const char*, const char*); // for testing purposes only
#endif // HASP_USE_CONFIG