Ultraschall Test Geschwindigkeitsregelung

Fork of BertlLib by michael hollegha

Revision:
6:78243412d2b3
Parent:
2:16a5d3302ddb
Child:
7:01d2bc098b6d
--- a/Bertl14.h	Wed Feb 25 08:17:43 2015 +0000
+++ b/Bertl14.h	Thu Mar 05 17:39:16 2015 +0000
@@ -63,6 +63,7 @@
 		
 		void ReadButtons();
 		void WaitUntilButtonPressed();
+		void WaitUntilFrontButtonPressed();
 
 		bool IsButton(int aBitPattern)
 			{ return btns & aBitPattern; }