Add basic analogWrite support based on LEDC (#5861)

This commit is contained in:
Me No Dev
2021-11-09 10:26:41 +02:00
committed by GitHub
parent da72bc90b7
commit 96c184d213
2 changed files with 21 additions and 0 deletions

View File

@ -90,6 +90,8 @@ void yield(void);
#include "esp32-hal-psram.h"
#include "esp32-hal-cpu.h"
void analogWrite(uint8_t pin, int value);
//returns chip temperature in Celsius
float temperatureRead();