Adding a README
This commit is contained in:
parent
8f255217ed
commit
597601e7d0
5
README
Normal file
5
README
Normal 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
5
main.c
|
@ -446,11 +446,6 @@ void txlora(byte *frame, byte datalen) {
|
||||||
}
|
}
|
||||||
|
|
||||||
int main (int argc, char *argv[]) {
|
int main (int argc, char *argv[]) {
|
||||||
/*
|
|
||||||
if (argc < 2) {
|
|
||||||
printf ("Usage: argv[0] sender|rec [message]\n");
|
|
||||||
exit(1);
|
|
||||||
}*/
|
|
||||||
|
|
||||||
wiringPiSetup () ;
|
wiringPiSetup () ;
|
||||||
pinMode(ssPin, OUTPUT);
|
pinMode(ssPin, OUTPUT);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user