Leds work simultanously. Version 3.1
Dependents: bertl_led bertl_led bertl_led bertl_led ... more
Fork of Bertl by
BULME HTL Graz-Gösting
FSST - Hardwarenahe Programmierung
Created by Prof.Dr. Franz Pucher
Inhalt
Start mit folgendem Code in main.cpp eines neuen Projektes mbed_blinky:
#include "mbed.h" #include "const.h" #include "Robot.h" Robot bertl; int main() { bertl.NibbleLeds(0x0F); wait(1); bertl.NibbleLeds(0x00); while(1) { if(bertl.IsButtonPressed(BTN_BL)) { bertl.TurnLedOn(LED_BL1); } if(bertl.IsButtonPressed(BTN_BR)) { bertl.TurnLedOff(LED_BL1); } } }
History
Version 3.2
2016-02-19, by fpucher [Fri, 19 Feb 2016 15:28:42 +0000] rev 18
Version 3.2
Leds work now
2015-11-12, by fpucher [Thu, 12 Nov 2015 19:05:56 +0000] rev 17
Leds work now
btn
2015-11-12, by fpucher [Thu, 12 Nov 2015 09:05:05 +0000] rev 16
btn
Version 3.0
2015-05-08, by bulmecisco [Fri, 08 May 2015 08:39:12 +0000] rev 15
Version 3.0
TurnRight ?bung - Fellegi
2015-05-08, by kevinfellegi [Fri, 08 May 2015 08:17:02 +0000] rev 14
TurnRight ?bung - Fellegi
Bertl version 3.0 updated
2015-04-27, by bulmecisco [Mon, 27 Apr 2015 13:13:45 +0000] rev 13
Bertl version 3.0 updated
Class Bertl with additional Methodes added
2015-04-26, by bulmecisco [Sun, 26 Apr 2015 20:04:47 +0000] rev 12
Class Bertl with additional Methodes added
task3;
2015-04-24, by sophia [Fri, 24 Apr 2015 09:16:40 +0000] rev 11
task3;
Aufgabe ClearAllBeepersToTheWall
2015-04-24, by DerMax [Fri, 24 Apr 2015 07:46:58 +0000] rev 10
Aufgabe ClearAllBeepersToTheWall
Aufgabe ClearAllBeepersToTheWall
2015-04-23, by DerMax [Thu, 23 Apr 2015 12:38:29 +0000] rev 9
Aufgabe ClearAllBeepersToTheWall