PES4 / Mbed 2 deprecated PES4

Dependencies:   mbed

Committer:
McGasser
Date:
Wed Apr 29 17:50:19 2020 +0000
Revision:
7:7f022bda3f34
Parent:
6:40b1004cfbe7
BLE Angepasst;

Who changed what in which revision?

UserRevisionLine numberNew contents of line
portmraf 0:3aebc133e240 1 #ifndef Definitionen_H
portmraf 0:3aebc133e240 2 #define Definitionen_H
portmraf 0:3aebc133e240 3
portmraf 0:3aebc133e240 4 //Übungseinstellungen:
portmraf 0:3aebc133e240 5 //******************************************************************************
portmraf 0:3aebc133e240 6
portmraf 0:3aebc133e240 7
portmraf 0:3aebc133e240 8
portmraf 0:3aebc133e240 9 //Übungen
McGasser 6:40b1004cfbe7 10 #define max_Winkel 35
portmraf 0:3aebc133e240 11
portmraf 0:3aebc133e240 12
portmraf 0:3aebc133e240 13 // LED Settings:
portmraf 0:3aebc133e240 14 //******************************************************************************
portmraf 0:3aebc133e240 15
portmraf 0:3aebc133e240 16
McGasser 6:40b1004cfbe7 17 #define LED_NUM 7 // Anzahl der LED's
portmraf 0:3aebc133e240 18
portmraf 0:3aebc133e240 19
portmraf 0:3aebc133e240 20
portmraf 0:3aebc133e240 21
portmraf 0:3aebc133e240 22 // LED Farben
portmraf 0:3aebc133e240 23 //******************************************************************************
portmraf 0:3aebc133e240 24 #define ALICEBLUE 0xF0F8FF
portmraf 0:3aebc133e240 25 #define ANTIQUEWHITE 0xFAEBD7
portmraf 0:3aebc133e240 26 #define AQUA 0x00FFFF
portmraf 0:3aebc133e240 27 #define AQUAMARINE 0x7FFFD4
portmraf 0:3aebc133e240 28 #define AZURE 0xF0FFFF
portmraf 0:3aebc133e240 29 #define BEIGE 0xF5F5DC
portmraf 0:3aebc133e240 30 #define BISQUE 0xFFE4C4
portmraf 0:3aebc133e240 31 #define BLACK 0x000000
portmraf 0:3aebc133e240 32 #define BLANCHEDALMOND 0xFFEBCD
portmraf 0:3aebc133e240 33 #define BLUE 0x0000FF
portmraf 0:3aebc133e240 34 #define BLUEVIOLET 0x8A2BE2
portmraf 0:3aebc133e240 35 #define BROWN 0xA52A2A
portmraf 0:3aebc133e240 36 #define BURLYWOOD 0xDEB887
portmraf 0:3aebc133e240 37 #define CADETBLUE 0x5F9EA0
portmraf 0:3aebc133e240 38 #define CHARTREUSE 0x7FFF00
portmraf 0:3aebc133e240 39 #define CHOCOLATE 0xD2691E
portmraf 0:3aebc133e240 40 #define CORAL 0xFF7F50
portmraf 0:3aebc133e240 41 #define CORNFLOWERBLUE 0x6495ED
portmraf 0:3aebc133e240 42 #define CORNSILK 0xFFF8DC
portmraf 0:3aebc133e240 43 #define CRIMSON 0xDC143C
portmraf 0:3aebc133e240 44 #define CYAN 0x00FFFF
portmraf 0:3aebc133e240 45 #define DARKBLUE 0x00008B
portmraf 0:3aebc133e240 46 #define DARKCYAN 0x008B8B
portmraf 0:3aebc133e240 47 #define DARKGOLDENROD 0xB8860B
portmraf 0:3aebc133e240 48 #define DARKGRAY 0xA9A9A9
portmraf 0:3aebc133e240 49 #define DARKGREEN 0x006400
portmraf 0:3aebc133e240 50 #define DARKKHAKI 0xBDB76B
portmraf 0:3aebc133e240 51 #define DARKMAGENTA 0x8B008B
portmraf 0:3aebc133e240 52 #define DARKOLIVEGREEN 0x556B2F
portmraf 0:3aebc133e240 53 #define DARKORANGE 0xFF8C00
portmraf 0:3aebc133e240 54 #define DARKORCHID 0x9932CC
portmraf 0:3aebc133e240 55 #define DARKRED 0x8B0000
portmraf 0:3aebc133e240 56 #define DARKSALMON 0xE9967A
portmraf 0:3aebc133e240 57 #define DARKSEAGREEN 0x8FBC8F
portmraf 0:3aebc133e240 58 #define DARKSLATEBLUE 0x483D8B
portmraf 0:3aebc133e240 59 #define DARKSLATEGRAY 0x2F4F4F
portmraf 0:3aebc133e240 60 #define DARKTURQUOISE 0x00CED1
portmraf 0:3aebc133e240 61 #define DARKVIOLET 0x9400D3
portmraf 0:3aebc133e240 62 #define DEEPPINK 0xFF1493
portmraf 0:3aebc133e240 63 #define DEEPSKYBLUE 0x00BFFF
portmraf 0:3aebc133e240 64 #define DIMGRAY 0x696969
portmraf 0:3aebc133e240 65 #define DODGERBLUE 0x1E90FF
portmraf 0:3aebc133e240 66 #define FIREBRICK 0xB22222
portmraf 0:3aebc133e240 67 #define FLORALWHITE 0xFFFAF0
portmraf 0:3aebc133e240 68 #define FORESTGREEN 0x228B22
portmraf 0:3aebc133e240 69 #define FUCHSIA 0xFF00FF
portmraf 0:3aebc133e240 70 #define GAINSBORO 0xDCDCDC
portmraf 0:3aebc133e240 71 #define GHOSTWHITE 0xF8F8FF
portmraf 0:3aebc133e240 72 #define GOLD 0xFFD700
portmraf 0:3aebc133e240 73 #define GOLDENROD 0xDAA520
portmraf 0:3aebc133e240 74 #define GRAY 0xBEBEBE
portmraf 0:3aebc133e240 75 #define GREEN 0x008000
portmraf 0:3aebc133e240 76 #define GREENYELLOW 0xADFF2F
portmraf 0:3aebc133e240 77 #define HONEYDEW 0xF0FFF0
portmraf 0:3aebc133e240 78 #define HOTPINK 0xFF69B4
portmraf 0:3aebc133e240 79 #define INDIANRED 0xCD5C5C
portmraf 0:3aebc133e240 80 #define INDIGO 0x4B0082
portmraf 0:3aebc133e240 81 #define IVORY 0xFFFFF0
portmraf 0:3aebc133e240 82 #define KHAKI 0xF0D58C
portmraf 0:3aebc133e240 83 #define LAVENDER 0xE6E6FA
portmraf 0:3aebc133e240 84 #define LAVENDERBLUSH 0xFFF0F5
portmraf 0:3aebc133e240 85 #define LAWNGREEN 0x7CFC00
portmraf 0:3aebc133e240 86 #define LEMONCHIFFON 0xFFFACD
portmraf 0:3aebc133e240 87 #define LIGHTBLUE 0xADD8E6
portmraf 0:3aebc133e240 88 #define LIGHTCORAL 0xF08080
portmraf 0:3aebc133e240 89 #define LIGHTCYAN 0xE0FFFF
portmraf 0:3aebc133e240 90 #define LIGHTGOLDENRODYELLOW 0xFAFAD2
portmraf 0:3aebc133e240 91 #define LIGHTGREEN 0x90EE90
portmraf 0:3aebc133e240 92 #define LIGHTGREY 0xD3D3D3
portmraf 0:3aebc133e240 93 #define LIGHTPINK 0xFFB6C1
portmraf 0:3aebc133e240 94 #define LIGHTSALMON 0xFFA07A
portmraf 0:3aebc133e240 95 #define LIGHTSEAGREEN 0x20B2AA
portmraf 0:3aebc133e240 96 #define LIGHTSKYBLUE 0x87CEFA
portmraf 0:3aebc133e240 97 #define LIGHTSLATEGRAY 0x778899
portmraf 0:3aebc133e240 98 #define LIGHTSTEELBLUE 0xB0C4DE
portmraf 0:3aebc133e240 99 #define LIGHTYELLOW 0xFFFFE0
portmraf 0:3aebc133e240 100 #define LIME 0x00FF00
portmraf 0:3aebc133e240 101 #define LIMEGREEN 0x32CD32
portmraf 0:3aebc133e240 102 #define LINEN 0xFAF0E6
portmraf 0:3aebc133e240 103 #define MAGENTA 0xFF00FF
portmraf 0:3aebc133e240 104 #define MAROON 0x800000
portmraf 0:3aebc133e240 105 #define MEDIUMAQUAMARINE 0x66CDAA
portmraf 0:3aebc133e240 106 #define MEDIUMBLUE 0x0000CD
portmraf 0:3aebc133e240 107 #define MEDIUMORCHID 0xBA55D3
portmraf 0:3aebc133e240 108 #define MEDIUMPURPLE 0x9370DB
portmraf 0:3aebc133e240 109 #define MEDIUMSEAGREEN 0x3CB371
portmraf 0:3aebc133e240 110 #define MEDIUMSLATEBLUE 0x7B68EE
portmraf 0:3aebc133e240 111 #define MEDIUMSPRINGGREEN 0x00FA9A
portmraf 0:3aebc133e240 112 #define MEDIUMTURQUOISE 0x48D1CC
portmraf 0:3aebc133e240 113 #define MEDIUMVIOLETRED 0xC71585
portmraf 0:3aebc133e240 114 #define MIDNIGHTBLUE 0x191970
portmraf 0:3aebc133e240 115 #define MINTCREAM 0xF5FFFA
portmraf 0:3aebc133e240 116 #define MISTYROSE 0xFFE4E1
portmraf 0:3aebc133e240 117 #define MOCCASIN 0xFFE4B5
portmraf 0:3aebc133e240 118 #define NAVAJOWHITE 0xFFDEAD
portmraf 0:3aebc133e240 119 #define NAVY 0x000080
portmraf 0:3aebc133e240 120 #define OLDLACE 0xFDF5E6
portmraf 0:3aebc133e240 121 #define OLIVE 0x808000
portmraf 0:3aebc133e240 122 #define OLIVEDRAB 0x6B8E23
portmraf 0:3aebc133e240 123 #define ORANGE 0xFFA500
portmraf 0:3aebc133e240 124 #define ORANGERED 0xFF4500
portmraf 0:3aebc133e240 125 #define ORCHID 0xDA70D6
portmraf 0:3aebc133e240 126 #define PALEGOLDENROD 0xEEE8AA
portmraf 0:3aebc133e240 127 #define PALEGREEN 0x98FB98
portmraf 0:3aebc133e240 128 #define PALETURQUOISE 0xAFEEEE
portmraf 0:3aebc133e240 129 #define PALEVIOLET xDB7093
portmraf 0:3aebc133e240 130 #define PAPAYAWHIP 0xFFEFD5
portmraf 0:3aebc133e240 131 #define PEACHPUFF 0xFFDAB9
portmraf 0:3aebc133e240 132 #define PERU 0xCD853F
portmraf 0:3aebc133e240 133 #define PINK 0xFFC0CB
portmraf 0:3aebc133e240 134 #define PLUM 0xDDA0DD
portmraf 0:3aebc133e240 135 #define POWDERBLUE 0xB0E0E6
portmraf 0:3aebc133e240 136 #define PURPLE 0x800080
portmraf 0:3aebc133e240 137 #define RED 0xFF0000
portmraf 0:3aebc133e240 138 #define ROSYBROWN 0xBC8F8F
portmraf 0:3aebc133e240 139 #define ROYALBLUE 0x4169E1
portmraf 0:3aebc133e240 140 #define SADDLEBROWN 0x8B4513
portmraf 0:3aebc133e240 141 #define SALMON 0xFA8072
portmraf 0:3aebc133e240 142 #define SANDYBROWN 0xF4A460
portmraf 0:3aebc133e240 143 #define SEAGREEN 0x2E8B57
portmraf 0:3aebc133e240 144 #define SEASHELL 0xFFF5EE
portmraf 0:3aebc133e240 145 #define SIENNA 0xA0522D
portmraf 0:3aebc133e240 146 #define SILVER 0xC0C0C0
portmraf 0:3aebc133e240 147 #define SKYBLUE 0x87CEEB
portmraf 0:3aebc133e240 148 #define SLATEBLUE 0x6A5ACD
portmraf 0:3aebc133e240 149 #define SLATEGRAY 0x708090
portmraf 0:3aebc133e240 150 #define SNOW 0xFFFAFA
portmraf 0:3aebc133e240 151 #define SPRINGGREEN 0x00FF7F
portmraf 0:3aebc133e240 152 #define STEELBLUE 0x4682B4
portmraf 0:3aebc133e240 153 #define TAN 0xD2B48C
portmraf 0:3aebc133e240 154 #define TEAL 0x008080
portmraf 0:3aebc133e240 155 #define THISTLE 0xD8BFD8
portmraf 0:3aebc133e240 156 #define TOMATO 0xFF6347
portmraf 0:3aebc133e240 157 #define TURQUOISE 0x40E0D0
portmraf 0:3aebc133e240 158 #define VIOLET 0xEE82EE
portmraf 0:3aebc133e240 159 #define WHEAT 0xF5DEB3
portmraf 0:3aebc133e240 160 #define WHITE 0xFFFFFF
portmraf 0:3aebc133e240 161 #define WHITESMOKE 0xF5F5F5
portmraf 0:3aebc133e240 162 #define YELLOW 0xFFFF00
portmraf 0:3aebc133e240 163 #define YELLOWGREEN 0x9ACD32
portmraf 0:3aebc133e240 164
McGasser 5:9c15ed3dfece 165 // IMU
McGasser 5:9c15ed3dfece 166 //******************************************************************************
McGasser 5:9c15ed3dfece 167
McGasser 5:9c15ed3dfece 168
McGasser 5:9c15ed3dfece 169
portmraf 0:3aebc133e240 170 #endif