#include "bsl_raspberry.hpp" int startBSL() { std::cout << "Hello from raspberry" << std::endl; return 1; }