MCPcopy Create free account
hub / github.com/PricelessToolkit/MailBoxGuard / setPreambleLength

Method setPreambleLength

Code/Arduino_libraries/LoRa/LoRa.cpp:574–578  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

572}
573
574void LoRaClass::setPreambleLength(long length)
575{
576 writeRegister(REG_PREAMBLE_MSB, (uint8_t)(length >> 8));
577 writeRegister(REG_PREAMBLE_LSB, (uint8_t)(length >> 0));
578}
579
580void LoRaClass::setSyncWord(int sw)
581{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected