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.
Simulator HexLeds
Aufgabe 3: HexLeds¶
BusOut & DigitalOut-Pins¶
http://ec2-52-211-146-247.eu-west-1.compute.amazonaws.com:7829/#user_1529165071315
Class Hexleds - BusOut & DigitalOut-Pins
class HexLeds{ public: HexLeds(PinName pin1, PinName pin2, PinName pin3, PinName pin4): _allleds(pin1,pin2,pin3,pin4), _led1(pin1), _led2(pin2), _led3(pin3), _led4(pin4) { }