6 lines
109 B
C
6 lines
109 B
C
#pragma once
|
|
#include <stdint.h>
|
|
|
|
void pio_pwm_init(void);
|
|
void pio_pwm_set(unsigned index, uint16_t level);
|