acid-drop- Hacking the planet from a LilyGo T-Deck using custom firmware |
git clone git://git.acid.vegas/acid-drop.git |
Log | Files | Refs | Archive | README | LICENSE |
Lora.h (152B)
1 #pragma once 2 3 #include <RadioLib.h> 4 5 #include "pins.h" 6 #include "Speaker.h" 7 8 extern SX1262 radio; 9 10 void recvLoop(); 11 bool setupRadio(); 12 bool transmit();