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.
hand_func.h
00001 /** 00002 *Funktionen fuer den Handbetrieb 00003 * 00004 *Headerdatei edge_func.h 00005 * 00006 *@version: 01.11.2015 00007 *@author: Gustav Grether 00008 */ 00009 00010 #ifndef HAND_FUNC_H 00011 #define HAND_FUNC_H 00012 00013 #include "mbed.h" 00014 #include "TextLCD.h" 00015 00016 /** 00017 * Funktion muss beim Start des Handbetriebs aufgerufen werden 00018 * initialisiert die Werte fuer Variablen 00019 */ 00020 void hand_setup(); 00021 00022 /** 00023 * Funktion muss beim Verlassen des Handbetriebs aufgerufen werden 00024 */ 00025 void hand_end(); 00026 00027 /** 00028 * Funktion aktualisiert Kantenposition auf dem Display 00029 */ 00030 void dispPx(); 00031 00032 #endif
Generated on Tue Jul 19 2022 13:01:49 by
1.7.2