The Bubbleworks / NanoBit

Dependents:   TheBubbleWorks_MicroBorg

Fork of NanoBit by Wayne Keenan

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers NanoBitPins.h Source File

NanoBitPins.h

00001 #ifndef NANOBIT_PINS_H
00002 #define NANOBIT_PINS_H
00003 
00004 
00005 /**
00006   * I/O configurations for common devices.
00007   */
00008 
00009 #define MICROBIT_DISPLAY_ROW_PINS           P0_13, P0_14, P0_15
00010 #define MICROBIT_DISPLAY_COLUMN_PINS        P0_4, P0_5, P0_6, P0_7, P0_8, P0_9, P0_10, P0_11, P0_12
00011 #define MICROBIT_DISPLAY_COLUMN_START       P0_4
00012 
00013 
00014 
00015 #define MICROBIT_PIN_USBTX              P0_24
00016 #define MICROBIT_PIN_USBRX              P0_25
00017 #define MICROBIT_PIN_SDA                P0_30
00018 #define MICROBIT_PIN_SCL                P0_0
00019 
00020 
00021 #endif