Adding a README

This commit is contained in:
Ryan Alder 2020-02-17 13:19:28 -08:00
parent 8f255217ed
commit 597601e7d0
2 changed files with 5 additions and 5 deletions

5
README Normal file
View File

@ -0,0 +1,5 @@
Install the following packages on the Raspberry Pi:
wiringpi
Dragino User Manual:
www.dragino.com/downloads/downloads/LoRa-GPS-HAT/LoRa_GPS_HAT_UserManual_v1.0.pdf

5
main.c
View File

@ -446,11 +446,6 @@ void txlora(byte *frame, byte datalen) {
}
int main (int argc, char *argv[]) {
/*
if (argc < 2) {
printf ("Usage: argv[0] sender|rec [message]\n");
exit(1);
}*/
wiringPiSetup () ;
pinMode(ssPin, OUTPUT);