Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
b09f2b899069b09e8eb1960a3a8220f1edacc1d4
/
.
/
samples
/
bluetooth
/
peripheral_hids
/
src
/
hog.h
blob: 3516178f6a76ccd8be4332a24b4ca3062acf5953 [
file
] [
log
] [
blame
]
/** @file
* @brief HoG Service sample
*/
/*
* Copyright (c) 2016 Intel Corporation
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifdef
__cplusplus
extern
"C"
{
#endif
void
hog_init
(
void
);
void
hog_button_loop
(
void
);
#ifdef
__cplusplus
}
#endif