car-stereo/software/main/include/twai.h

8 lines
78 B
C++

#pragma once
namespace twai {
void init();
void change_volume(bool up);
}