Rolling back changes from a7a167c19b that broke the build. Please test on actual hardware before pull-requesting "improvements"...

This commit is contained in:
Mark Qvist 2015-11-17 08:09:39 +01:00
parent cd07dc7e67
commit 1f94513b58
3 changed files with 15 additions and 38 deletions

View file

@ -38,17 +38,8 @@
#define DAC_DDR DDRD
#define LED_PORT PORTB
#define LED_DDR DDRB
#define PTT_PORT PORTD
#define PTT_DDR DDRD
#define ADC_PORT PORTC
#define ADC_DDR DDRC
// Pins 3-7 on Port D = Arduino D3 - D7
#define DAC_HIGH _BV(7)
#define DAC_PINS _BV(7)&_BV(6)&_BV(5)&_BV(4)
#define LED_TX 1 // Arduino D9
#define LED_RX 2 // Arduino D10
#define PTT_TX 3 // Arduino D11
#define ADC_NO 0 // Arduino A0
#endif
#endif
#endif