Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: TheBubbleWorks_MicroBorg
Fork of NanoBit by
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
Generated on Sun Jul 17 2022 17:32:37 by
1.7.2
