8 lines
78 B
C++
8 lines
78 B
C++
#pragma once
|
|
|
|
namespace twai {
|
|
void init();
|
|
void change_volume(bool up);
|
|
}
|
|
|