flipperzero-firmware/core
Vadim Kaushan 8c36d65e63
Input handling and debouncing (#148)
* Add input driver and definitions for target_f2

* Add input_dump example

* Invert charge input

* Fix back and left button configuration

* remove input debug

* input testing case

* move header

* lint code

Co-authored-by: aanper <mail@s3f.ru>
2020-10-02 09:44:05 +03:00
..
app.cpp [WIP] Add syntax check for rust and C\C++ code (#108) 2020-09-30 02:18:30 +03:00
boot.h Implement bootloader #137 (#142) 2020-10-01 02:05:04 +03:00
flipper.h Input handling and debouncing (#148) 2020-10-02 09:44:05 +03:00
furi_ac.c always break rule (#154) 2020-10-02 09:32:11 +03:00
furi.c always break rule (#154) 2020-10-02 09:32:11 +03:00
furi.h always break rule (#154) 2020-10-02 09:32:11 +03:00
log.c [WIP] Add syntax check for rust and C\C++ code (#108) 2020-09-30 02:18:30 +03:00
log.h [WIP] Add syntax check for rust and C\C++ code (#108) 2020-09-30 02:18:30 +03:00
tty_uart.c always break rule (#154) 2020-10-02 09:32:11 +03:00
tty_uart.h UART write example (#53) 2020-08-26 21:32:22 +03:00