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: mbed
Praeprozessor
Der Präprozessor bearbeitet zuerst die Quelltexte und sucht nach Praeprozessor-Direktiven (z.B. #include fügt die angegebene Datei an der entsprechenden Position ein). Dabei hat er noch weitere Aufgaben: Konstanten und Makros definieren und ersetzen (#define) und Teile des Quelltextes während des Compilierens selektieren (#ifdef / #ifndef).