tone-generator/buttons.hpp

9 lines
69 B
C++

#pragma once
namespace buttons {
void init();
void update();
};