mirror of
https://github.com/markqvist/OpenModem.git
synced 2025-06-22 21:34:22 -04:00
Rolling back changes from a7a167c19b
that broke the build. Please test on actual hardware before pull-requesting "improvements"...
This commit is contained in:
parent
cd07dc7e67
commit
1f94513b58
3 changed files with 15 additions and 38 deletions
11
device.h
11
device.h
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue