tone-generator/buttons.hpp

10 lines
105 B
C++
Raw Permalink Normal View History

2024-09-27 22:46:51 +10:00
#pragma once
namespace buttons {
void init();
void update();
2024-09-29 18:07:58 +10:00
void set_addr_next(uint32_t addr);
2024-09-27 22:46:51 +10:00
};