#include <iostream>
#include "./bsl/hw_plattform.hpp"
int main()
{
HW_plattform hw;
hw.init();
//hw.pin_1.set(true);
hw.led_0.turnOn();
return 1;
}