Updated HamShield.h to use the proper PWM pin for audio output.

This commit is contained in:
Nigel Vander Houwen 2015-06-20 13:49:05 -07:00
parent 0473fef89c
commit 497c4b8464
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
#define HAMSHIELD_MORSE_DOT 100 // Morse code dot length (smaller is faster WPM)
#define HAMSHIELD_MORSE_BUFFER_SIZE 80 // Char buffer size for morse code text
#define HAMSHIELD_AUX_BUTTON 5 // Pin assignment for AUX button
#define HAMSHIELD_PWM_PIN 9 // Pin assignment for PWM output
#define HAMSHIELD_PWM_PIN 11 // Pin assignment for PWM output
#define HAMSHIELD_EMPTY_CHANNEL_RSSI -110 // Threshold where channel is considered "clear"
// button modes