Clarify example descriptions
This commit is contained in:
		
							parent
							
								
									1d02387649
								
							
						
					
					
						commit
						6954402ac6
					
				| 
						 | 
					@ -6,8 +6,10 @@
 | 
				
			||||||
 * into the HamShield RF jack. Connect the Arduino to wall 
 | 
					 * into the HamShield RF jack. Connect the Arduino to wall 
 | 
				
			||||||
 * power and then to your computer via USB. After uploading 
 | 
					 * power and then to your computer via USB. After uploading 
 | 
				
			||||||
 * this program to your Arduino, open the Serial Monitor.
 | 
					 * this program to your Arduino, open the Serial Monitor.
 | 
				
			||||||
 * Type 'h' into the bar at the top of the Serial Monitor 
 | 
					 * Make sure drop-down menu at the bottom of Serial Monitor
 | 
				
			||||||
 * and click the  "Send" button for more instructions.
 | 
					 * is set to "Newline". Type 'h' into the bar at the top of 
 | 
				
			||||||
 | 
					 * the Serial Monitor and click the  "Send" button for more 
 | 
				
			||||||
 | 
					 * instructions.
 | 
				
			||||||
*/
 | 
					*/
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define DDS_REFCLK_DEFAULT 38400
 | 
					#define DDS_REFCLK_DEFAULT 38400
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -28,8 +28,8 @@ Power level    P<level>;   Set the power amp level, 0 = lowest, 15 = highest
 | 
				
			||||||
Enable Offset  R<state>;   1 turns on repeater offset mode, 0 turns off repeater offset mode                                                                            No
 | 
					Enable Offset  R<state>;   1 turns on repeater offset mode, 0 turns off repeater offset mode                                                                            No
 | 
				
			||||||
Squelch        S<level>;   Set the squelch level                                                                                                                        No
 | 
					Squelch        S<level>;   Set the squelch level                                                                                                                        No
 | 
				
			||||||
TX Offset      T<freq>;    The absolute frequency of the repeater offset to transmit on in KHz                                                                          No
 | 
					TX Offset      T<freq>;    The absolute frequency of the repeater offset to transmit on in KHz                                                                          No
 | 
				
			||||||
RSSI           ?           Respond with the current receive level in - dBm (no sign provided on numerical response)                                                     No
 | 
					RSSI           ?;          Respond with the current receive level in - dBm (no sign provided on numerical response)                                                     No
 | 
				
			||||||
Voice Level    ^           Respond with the current voice level (VSSI)
 | 
					Voice Level    ^;          Respond with the current voice level (VSSI)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Responses:
 | 
					Responses:
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue