From ca1f64682a51c9097ab699694f85aa0a47bee1d0 Mon Sep 17 00:00:00 2001 From: "David A. Mellis" Date: Fri, 12 Aug 2011 16:59:24 -0400 Subject: Adding SCL, SDA, and LED #defines. --- pins/mega/pins_arduino.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'pins/mega/pins_arduino.h') diff --git a/pins/mega/pins_arduino.h b/pins/mega/pins_arduino.h index e3785e4..acbd28f 100644 --- a/pins/mega/pins_arduino.h +++ b/pins/mega/pins_arduino.h @@ -32,6 +32,10 @@ const static uint8_t MOSI = 51; const static uint8_t MISO = 50; const static uint8_t SCK = 52; +const static uint8_t SDA = 20; +const static uint8_t SCL = 21; +const static uint8_t LED = 13; + const static uint8_t A0 = 54; const static uint8_t A1 = 55; const static uint8_t A2 = 56; -- cgit v1.2.3-18-g5258