Skip to content
This repository was archived by the owner on Jan 29, 2023. It is now read-only.

Commit 021baa2

Browse files
authored
v1.0.0 for ESP8266 multi synchronized PWM-channels
### Releases v1.0.0 1. Initial coding for ESP8266 boards using [ESP8266 core v3.0.2+](https://github.com/esp8266/Arduino/releases/tag/3.0.2)
1 parent e38c84d commit 021baa2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949

5050
## Features
5151

52-
This library enables you to use Interrupt from Hardware Timers on an ESP8266-based board to create and output PWM to pins.
52+
This library enables you to use Interrupt from Hardware Timers on an ESP8266-based board to create and output PWM to pins. The maximum PWM frequency is currently limited at **500Hz**.
5353

5454
---
5555

@@ -764,7 +764,7 @@ Channel : 7 Period : 125000 OnTime : 68750 Start_Time : 2072624
764764

765765
Debug is enabled by default on Serial.
766766

767-
You can also change the debugging level (_TIMERINTERRUPT_LOGLEVEL_) from 0 to 4
767+
You can also change the debugging level (_PWM_LOGLEVEL_) from 0 to 4
768768

769769
```cpp
770770
// These define's must be placed at the beginning before #include "ESP8266_PWM.h"

0 commit comments

Comments
 (0)