C
drawi.ino
Go to the documentation of this file.
1 /**----------------------------------------------------------------------------------*/
2 void drawRadio()
3 {
4  Serial.println(F(">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> "));
5  Serial.println(F("Attach radio directly to Arduino on pin 8 to gnd as shown below"));
6  Serial.println(F("or solder some wires so you can connect the radio on the shields"));
7  Serial.println(F("to 8,10,11,13 and 14. Remove any jumpers on shield "));
8  Serial.println(F(" "));
9  Serial.println(F(" ---------------"));
10  Serial.println(F(" | A aref"));
11  Serial.println(F(" | R GND-++-GND-------------"));
12  Serial.println(F(" | D 13 ++ 5V |=antenna =======>"));
13  Serial.println(F(" IOREF U 12 -- ENABLE(high) |"));
14  Serial.println(F(" RESET I 11 ++ RX |"));
15  Serial.println(F(" 3.3V N 10 ++ TX |"));
16  Serial.println(F(" 5V O 09 -- not used |"));
17  Serial.println(F(" GND 08-++ CONFIG(low)----|"));
18  Serial.println(F(" GND P |"));
19  Serial.println(F(" | B ~ 06"));
20  Serial.println(F(" A0 ~ 05"));
21  Serial.println(F(" A1 04"));
22  Serial.println(F(" A2 ~ 03"));
23  Serial.println(F(" A3 02"));
24  Serial.println(F(" A4 TX 01"));
25  Serial.println(F(" A5 RX 00"));
26  Serial.println(F(" ---------------"));
27 }
28 
void drawRadio()
Definition: drawi.ino:2