add ledc and sigma-delta api

This commit is contained in:
me-no-dev
2016-10-20 00:31:03 +03:00
parent 886d0044bc
commit 50c2ea529b
5 changed files with 341 additions and 0 deletions

View File

@ -41,6 +41,8 @@ extern "C" {
#include "esp32-hal-gpio.h"
#include "esp32-hal-spi.h"
#include "esp32-hal-i2c.h"
#include "esp32-hal-ledc.h"
#include "esp32-hal-sd.h"
#include "esp_system.h"
uint32_t micros();