kopia lustrzana https://github.com/pimoroni/pimoroni-pico
7 wiersze
144 B
C++
7 wiersze
144 B
C++
|
#pragma once
|
||
|
|
||
|
#include "pico/stdlib.h"
|
||
|
|
||
|
namespace pimoroni {
|
||
|
bool calculate_pwm_factors(float freq, uint16_t& top_out, uint16_t& div16_out);
|
||
|
}
|