#include "comstack.hpp" Comstack::Comstack() : counter(0) { } void Comstack::input(uint8_t value) { for(;counter < nBytes; counter ++) { } }