From 88f25fe1ad459824cd17dc386f180fee0972207a Mon Sep 17 00:00:00 2001 From: coreglitch Date: Sat, 26 Sep 2020 05:04:38 +0600 Subject: [PATCH] Core api (#138) * add input debounce code from old fw * exampl of input api * change input API to get/release * revert input API to read * pointer instead of instance * add input API description * add display API * rewrite display names * migrate to valuemanager * add links * little changes * add LED API * add closing brakets * add sound api * change format * Delete input.c * Delete input.h * change format * full links --- wiki/fw/Core-API.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/wiki/fw/Core-API.md b/wiki/fw/Core-API.md index d1a35092..f9f97d34 100644 --- a/wiki/fw/Core-API.md +++ b/wiki/fw/Core-API.md @@ -15,17 +15,18 @@ We use [CMSIS OS v2](https://www.keil.com/pack/doc/CMSIS_Dev/RTOS2/html/group__C # UI -* **[Input](API:Input)** -* **[Display](API:Display)** +* **[Input](https://github.com/Flipper-Zero/flipperzero-firmware-community/wiki/API:Input)** -* **[LED](API:LED)** +* **[Display](https://github.com/Flipper-Zero/flipperzero-firmware-community/wiki/API:Display)** -## vibro +* **[LED](https://github.com/Flipper-Zero/flipperzero-firmware-community/wiki/API:LED)** -* **[Sound](API:Sound)** +* **vibro** -## backlight +* **[Sound](https://github.com/Flipper-Zero/flipperzero-firmware-community/wiki/API:Sound)** + +* **backlight** # System