mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-27 18:02:17 +03:00
Add sigma-delta api
This commit is contained in:
11
cores/esp8266/sigma_delta.h
Normal file
11
cores/esp8266/sigma_delta.h
Normal file
@ -0,0 +1,11 @@
|
||||
#ifndef SIGMA_DELTA_H
|
||||
#define SIGMA_DELTA_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
void sigma_delta_close(uint32_t gpio);
|
||||
void set_sigma_target(uint8_t target);
|
||||
void set_sigma_prescale(uint8_t prescale);
|
||||
void set_sigma_duty_312KHz(uint8_t duty);
|
||||
|
||||
#endif//SIGMA_DELTA_H
|
Reference in New Issue
Block a user