/* * PTT.hpp * * Created: 30.10.2020 22:03:26 * Author: netz */ #ifndef PTT_HPP_ #define PTT_HPP_ #include #include "ports/pin.hpp" #include "ports/portd.hpp" template class PttT { // Methods private: protected: public: PttT() { ptt.MakeInput(); EICRA = (1< > Ptt; #endif /* PTT_HPP_ */