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.
Dependencies: MODSERIAL mon-050216 mbed timer0-050216
Fork of mbed_blinky by
main.h
00001 // Deklarationen für die IOX.mini 00002 // 00003 #ifndef MINI_H 00004 #define MINI_H 00005 00006 #define LED1 P3_26 00007 #define LED2 P1_24 00008 #define LED3 P1_26 00009 #define LED4 P2_12 00010 #define LED5 P2_13 00011 #define LED6 P3_25 00012 #define LED7 P1_25 00013 00014 // LED8 OUT2 00015 // LED9 OUT3 00016 // LED10 OUT4 00017 00018 #define IN1 P1_29 00019 #define IN2 P0_18 00020 #define IN3 P0_27 00021 #define IN4 P0_19 00022 00023 #define OUT1 P1_1 00024 #define OUT2 P0_9 00025 #define OUT3 P0_8 00026 #define OUT4 P0_17 00027 00028 #define EXT_RESET P1_8 00029 #define EXT_INT P0_24 00030 00031 #define CAN_RX1 P0_21 00032 #define CAN_TX1 P0_22 00033 00034 #define CAN_RX2 P0_4 00035 #define CAN_TX2 P0_5 00036 00037 #define RS485_TX1 P4_28 00038 #define RS485_RX1 P4_29 00039 #define RS485_DIR1 P1_0 00040 00041 #define TXD P0_2 00042 #define RXD P0_3 00043 00044 00045 00046 00047 00048 00049 #endif // end MINI_H
Generated on Fri Jul 29 2022 20:38:20 by
1.7.2
