1
0
mirror of https://github.com/jscrane/r65emu.git synced 2024-06-01 07:41:57 +00:00
This commit is contained in:
Stephen Crane 2018-09-14 14:19:07 +01:00
parent c4ee594a1c
commit 63bb49a7eb

View File

@ -43,7 +43,7 @@ void PWM::set_freq(unsigned freq) {
void PWM::begin(unsigned gpio) {
}
void PWM::start(unsigned duty) {
void PWM::set_duty(unsigned duty) {
}
void PWM::stop() {