kopia lustrzana https://github.com/jgromes/RadioLib
Updated Default configuration (markdown)
rodzic
234a7d1d5e
commit
a24923ed5d
|
@ -2,12 +2,6 @@ This page shows all the parameters set by default to radio modules and wireless
|
||||||
|
|
||||||
__NOTE__: Only the parameters changed by RadioLib are listed here. In addition, the module/protocol may also have other parameters, configuration of which is not implemented in RadioLib. These are not listed on this page - consult the module datasheet or protocol specification.
|
__NOTE__: Only the parameters changed by RadioLib are listed here. In addition, the module/protocol may also have other parameters, configuration of which is not implemented in RadioLib. These are not listed on this page - consult the module datasheet or protocol specification.
|
||||||
|
|
||||||
Legend:
|
|
||||||
* Begin method - parameters configurable via `begin()` method.
|
|
||||||
* Other - parameters which are not part of the `begin()` method, but can be configured using some other method from the library public API.
|
|
||||||
* Inaccessible - parameters which can not be changed by the user.
|
|
||||||
* Equivalent to - pseudo-code of calls to configuration methods that will result in the same configuration as the default.
|
|
||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
|
|
||||||
### FSK modules
|
### FSK modules
|
||||||
|
@ -28,6 +22,12 @@ The table below shows default values of parameters that are common accross all s
|
||||||
|
|
||||||
## Modules
|
## Modules
|
||||||
|
|
||||||
|
Legend:
|
||||||
|
* Begin method - parameters configurable via `begin()` method.
|
||||||
|
* Other - parameters which are not part of the `begin()` method, but can be configured using some other method from the library public API.
|
||||||
|
* Inaccessible - parameters which can not be changed by the user.
|
||||||
|
* Equivalent to - pseudo-code of calls to configuration methods that will result in the same configuration as the default.
|
||||||
|
|
||||||
### CC1101
|
### CC1101
|
||||||
* Begin method:
|
* Begin method:
|
||||||
* Carrier frequency: 434.0 MHz
|
* Carrier frequency: 434.0 MHz
|
||||||
|
@ -341,6 +341,12 @@ SX128x::setEncoding(0);
|
||||||
|
|
||||||
## Protocols
|
## Protocols
|
||||||
|
|
||||||
|
Legend:
|
||||||
|
* Begin method - parameters configurable via `begin()` method.
|
||||||
|
* Other - parameters which are not part of the `begin()` method, but can be configured using some other method from the library public API.
|
||||||
|
* Inaccessible - parameters which can not be changed by the user.
|
||||||
|
* Equivalent to - pseudo-code of calls to configuration methods that will result in the same configuration as the default.
|
||||||
|
|
||||||
### AX.25
|
### AX.25
|
||||||
* Begin method:
|
* Begin method:
|
||||||
* Source station callsign: no default value
|
* Source station callsign: no default value
|
||||||
|
|
Ładowanie…
Reference in New Issue