Commit 74293357 authored by dean's avatar dean
Browse files

DM: add feather radio

parent db343423
Showing with 21 additions and 0 deletions
+21 -0
CHIP_FAMILY = samd21
CHIP_VARIANT = SAMD21G18A
#ifndef BOARD_CONFIG_H
#define BOARD_CONFIG_H
#define VENDOR_NAME "Adafruit Industries"
#define PRODUCT_NAME "Feather Radio"
#define VOLUME_LABEL "FEATHERBOOT"
#define INDEX_URL "http://adafru.it/3403"
#define BOARD_ID "SAMR21G18A-Feather-v0"
#define USB_VID 0x239A
#define USB_PID 0x0024
#define LED_PIN PIN_PA27
#define BOARD_NEOPIXEL_PIN PIN_PA22
#define BOARD_NEOPIXEL_COUNT 1
#endif
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment