1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-19 09:42:11 +03:00

Changed Due Board tags

This commit is contained in:
Cristian Maglie
2012-08-06 12:20:49 +02:00
parent a8f74c89d0
commit 8a729bcdcb
2 changed files with 8 additions and 17 deletions

View File

@ -49,23 +49,16 @@ extern "C"{
/*----------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------*/
#ifndef arduino_due_u #define ArduinoDueU_DevEd
#define arduino_due_u
#endif
/** Name of the board */ /** Name of the board */
#define VARIANT_NAME "ARDUINO_DUE" #define VARIANT_NAME "Arduino_DueU_Dev_Ed"
/*
#define VARIANT_REV_A
#define VARIANT_REV_B
*/
/** Frequency of the board main oscillator */ /** Frequency of the board main oscillator */
#define VARIANT_MAINOSC 12000000 #define VARIANT_MAINOSC 12000000
/** Master clock frequency */ /** Master clock frequency */
#define VARIANT_MCK 96000000 #define VARIANT_MCK 96000000
/*---------------------------------------------------------------------------- /*----------------------------------------------------------------------------
* Pins * Pins

View File

@ -46,18 +46,16 @@ extern "C"{
/*----------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------*/
#ifndef arduino_due_x #define ArduinoDueX_DevEd
#define arduino_due_x
#endif
/** Name of the board */ /** Name of the board */
#define VARIANT_NAME "ARDUINO_DUE" #define VARIANT_NAME "Arduino_DueX_Dev_Ed"
/** Frequency of the board main oscillator */ /** Frequency of the board main oscillator */
#define VARIANT_MAINOSC 12000000 #define VARIANT_MAINOSC 12000000
/** Master clock frequency */ /** Master clock frequency */
#define VARIANT_MCK 84000000 #define VARIANT_MCK 84000000
/*---------------------------------------------------------------------------- /*----------------------------------------------------------------------------
* Pins * Pins