small wiki changes

This commit is contained in:
aanper 2020-08-26 11:49:39 +03:00
parent e28cfe5fec
commit 11c6326738

View File

@ -4,11 +4,7 @@ In fact, FURI is just wrapper around RTOS thread management and mutexes, and cal
In this article we create few application, interact between apps, use OS functions and interact with HAL. In this article we create few application, interact between apps, use OS functions and interact with HAL.
# Simple Blink app # General agreements
First, let's create a simple led blinking application.
## General agreements
Flipper application is just a function: Flipper application is just a function:
@ -29,4 +25,4 @@ void application_name(void* p) {
# Application examples # Application examples
**[Blink](Blink-app)** * **[Blink](Blink-app)**