Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PricelessToolkit/MailBoxGuard
/ setSyncWord
Method
setSyncWord
Code/Arduino_libraries/LoRa/LoRa.cpp:580–583 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
578
}
579
580
void LoRaClass::setSyncWord(int sw)
581
{
582
writeRegister(REG_SYNC_WORD, sw);
583
}
584
585
void LoRaClass::enableCrc()
586
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected