#ifndef MAIN_H #define MAIN_H #ifdef __cplusplus extern "C" { #endif #ifdef RASPBERRY #include "bsl/raspberry/bsl_raspberry.hpp" #endif #ifdef ARM_MCU // #include "bsl/nucleo_f042k6/bsl_nucleo_f042k6.hpp" #endif #ifdef __cplusplus } #endif #endif /* MAIN_H */