1
mirror of https://github.com/flipperdevices/flipperzero-firmware.git synced 2025-12-12 04:41:26 +04:00

Documentation: edit texts, markdown linting (#2226)

Co-authored-by: konerini <25254561+konerini@users.noreply.github.com>
Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
knrn-ai
2023-01-06 21:18:43 +03:00
committed by GitHub
parent fa223a4f4b
commit c24bea6b06
14 changed files with 509 additions and 485 deletions

View File

@@ -1,6 +1,7 @@
# iButton key file format
## Example
```
Filetype: Flipper iButton key
Version: 1
@@ -9,11 +10,12 @@ Key type: Dallas
# Data size for Cyfral is 2, for Metakom is 4, for Dallas is 8
Data: 12 34 56 78 9A BC DE F0
```
## Description
Filename extension: `.ibtn`
The file stores single iButton key of type defined by `Key type` parameter
The file stores a single iButton key of the type defined by the `Key type` parameter.
### Version history
@@ -21,7 +23,7 @@ The file stores single iButton key of type defined by `Key type` parameter
### Format fields
|Name|Description|
|-|-|
|Key type|Currently supported: Cyfral, Dallas, Metakom|
|Data|Key data (HEX values)|
| Name | Description |
| -------- | -------------------------------------------- |
| Key type | Currently supported: Cyfral, Dallas, Metakom |
| Data | Key data (HEX values) |