Flipper Developer Docs
Loading...
Searching...
No Matches
furi_hal_vibro.h
Go to the documentation of this file.
1
6
#pragma once
7
8
#include <stdbool.h>
9
#include <stdint.h>
10
#include <furi_hal_resources.h>
11
12
#ifdef __cplusplus
13
extern
"C"
{
14
#endif
15
18
void
furi_hal_vibro_init
(
void
);
19
24
void
furi_hal_vibro_on
(
bool
value);
25
26
#ifdef __cplusplus
27
}
28
#endif
furi_hal_vibro_init
void furi_hal_vibro_init(void)
Initialize vibro.
Definition
furi_hal_vibro.c:6
furi_hal_vibro_on
void furi_hal_vibro_on(bool value)
Turn on/off vibro.
Definition
furi_hal_vibro.c:12
targets
furi_hal_include
furi_hal_vibro.h
Generated by
1.12.0