You've already forked M5-ProductExampleCodes
mirror of
https://github.com/m5stack/M5-ProductExampleCodes.git
synced 2026-05-20 10:24:10 -07:00
11 lines
214 B
C
11 lines
214 B
C
#pragma once
|
|
#include "port_x.h"
|
|
#ifdef ARDUINO8266_SERVER_CPP
|
|
#include "homeintegration.h"
|
|
|
|
void hap_init_homekit_server();
|
|
void hap_homekit_loop();
|
|
bool hap_homekit_is_paired();
|
|
void hap_restart_server();
|
|
#endif
|