#ifndef AVRLIB_PIN_HPP #define AVRLIB_PIN_HPP #include namespace avrlib { template struct pin { static void set(bool value = true) { if (value) Port::port(Port::port() | (1<