/* * blink.h * * Created on: Jan 8, 2021 * Author: zen */ #ifndef INC_BLINK_H_ #define INC_BLINK_H_ class BLINK { public: void toggle(); }; #endif /* INC_BLINK_H_ */