Adding the avr-rss2 platform based on AtMega256RFR2
This commit is contained in:
parent
d3980668ee
commit
ce8e87d60e
91 changed files with 9349 additions and 0 deletions
36
platform/avr-rss2/rss2.h
Normal file
36
platform/avr-rss2/rss2.h
Normal file
|
@ -0,0 +1,36 @@
|
|||
|
||||
/*
|
||||
Pin assigments for Radio Sensors board revision 2.3
|
||||
using MCU AtMega128rfa1
|
||||
*/
|
||||
|
||||
#define ISP_1 PB1 /* SCK */
|
||||
#define ISP_2 PB2 /* MOSI */
|
||||
#define ISP_3 PB3 /* MISO */
|
||||
|
||||
#define LED_YELLOW PE3 /* 1k pullup to Vcc */
|
||||
#define LED_RED PE4 /* 1k pullup to Vcc */
|
||||
#define USB_PWR PB5 /* High if FTDI TTL-USB cable sources */
|
||||
#define P0 PD2 /* Pulse count input. Pullup via jumper */
|
||||
#define P1 PD3 /* Pulse count input via optional Comparator */
|
||||
#define PWR_1 PE7 /* Programmable power pin Vcc via P-FET */
|
||||
|
||||
#define AV_IN PF0 /* V_IN ADC input. 100k/1M volt. divider */
|
||||
#define A1 PF1 /* A1 ADC input. 100k/300k volt. divider */
|
||||
#define A2 PF2 /* A2 ADC input 100k/300k volt. divider */
|
||||
#define A3 PF3 /* Light sensor A3 ADC input 100k/100k volt. divider */
|
||||
#define A3_PWR PF4 /* Light sensor power A3_PWR */
|
||||
|
||||
#define RX0 PE0 /* RX UART0 -- FTDI TTL-USB cable */
|
||||
#define TX0 PE1 /* TX UART0 -- FTDI TTL-USB cable */
|
||||
|
||||
#define OW_BUS_0 PD7 /* One-Wire bus w temp/ID Pulled Up. Separate Vcc */
|
||||
#define OW_BUS_1 PD6 /* One-Wire bus extra Pulled Up. Separate Vcc */
|
||||
|
||||
/* AVR ISP standard connected */
|
||||
/* 16 MHz xtal */
|
||||
/* RTC 32.768 Hz xtal */
|
||||
|
||||
/*Optional HIH610 connected on SPI */
|
||||
#define HUM_PWR PE2 /* Power pin for HIH6130 also to ena. HIH 6130 Alarm mode */
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue