This website requires JavaScript.
Explore
Help
Register
Sign In
liz
/
flipperzero-firmware
Watch
1
Star
0
Fork
0
You've already forked flipperzero-firmware
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
bb9c464a13
flipperzero-firmware
/
firmware
/
targets
/
f6
/
ble-glue
/
ble_app.h
14 lines
127 B
C
Raw
Normal View
History
Unescape
Escape
[FL-1587] RFID: Clock for emulation timer from antenna (#622) * RFID: pull antenna down when emulating * Rfid: fixed HID emulation by adding zero pulse every 4 bits * Rfid: HID emulation fixed with DSP based FSK oscillator. * Rfid: receive 125KHz clock for emulation timer from antenna and comparator * Rfid: commented unused variable * Firmware: rollback changes in f6. * Add F7 target based on F6. * F7/F6: update cube projects, apply changes to the targets, update linker scripts with correct RAM start values. * FuriHal: RFID init routine. * Scripts: update OTP tool for v11 board Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
2021-09-10 02:19:02 +00:00
#
pragma once
#
ifdef __cplusplus
extern
"
C
"
{
#
endif
#
include
<stdbool.h>
[FL-1796] Disable bluetooth (#703) * bt: add authentication for all characteristics * bt: app_ble cleanup * bt: add start and stop advertising API * bt: rework application with start and stop advertising API * bt: support f7 target * bt: f7 target remove unused files * bt: stop advertising in bt debug application * bt: fix bt status bar update * bt: change bluetooth On Off order
2021-09-15 16:58:32 +00:00
bool
ble_app_init
(
)
;
[FL-1587] RFID: Clock for emulation timer from antenna (#622) * RFID: pull antenna down when emulating * Rfid: fixed HID emulation by adding zero pulse every 4 bits * Rfid: HID emulation fixed with DSP based FSK oscillator. * Rfid: receive 125KHz clock for emulation timer from antenna and comparator * Rfid: commented unused variable * Firmware: rollback changes in f6. * Add F7 target based on F6. * F7/F6: update cube projects, apply changes to the targets, update linker scripts with correct RAM start values. * FuriHal: RFID init routine. * Scripts: update OTP tool for v11 board Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
2021-09-10 02:19:02 +00:00
#
ifdef __cplusplus
}
#
endif
Reference in New Issue
Copy Permalink