Skip to content

Commit 895a150

Browse files
committed
Update README.md
1 parent ca88fdc commit 895a150

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

README.md

+2-13
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,14 @@
1-
# Arduino core for ESP32 WiFi chip [![Build Status](https://travis-ci.org/espressif/arduino-esp32.svg?branch=master)](https://travis-ci.org/espressif/arduino-esp32)
1+
# Arduino core for the ESP32
2+
[![Build Status](https://travis-ci.org/espressif/arduino-esp32.svg?branch=master)](https://travis-ci.org/espressif/arduino-esp32) ![](https://github.com/espressif/arduino-esp32/workflows/ESP32%20Arduino%20CI/badge.svg)
23

34
### Need help or have a question? Join the chat at [![https://gitter.im/espressif/arduino-esp32](https://badges.gitter.im/espressif/arduino-esp32.svg)](https://gitter.im/espressif/arduino-esp32?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
45

56
## Contents
6-
- [Development Status](#development-status)
77
- [Installation Instructions](#installation-instructions)
88
- [Decoding Exceptions](#decoding-exceptions)
99
- [Issue/Bug report template](#issuebug-report-template)
1010
- [ESP32Dev Board PINMAP](#esp32dev-board-pinmap)
1111

12-
## Development Status
13-
[Latest stable release ![Release Version](https://img.shields.io/github/release/espressif/arduino-esp32.svg?style=plastic) ![Release Date](https://img.shields.io/github/release-date/espressif/arduino-esp32.svg?style=plastic)](https://github.com/espressif/arduino-esp32/releases/latest/) ![Downloads](https://img.shields.io/github/downloads/espressif/arduino-esp32/latest/total.svg?style=plastic)
14-
15-
[Latest development release ![Development Version](https://img.shields.io/github/release/espressif/arduino-esp32/all.svg?style=plastic) ![Development Date](https://img.shields.io/github/release-date-pre/espressif/arduino-esp32.svg?style=plastic)](https://github.com/espressif/arduino-esp32/releases/latest/) ![Downloads](https://img.shields.io/github/downloads-pre/espressif/arduino-esp32/latest/total.svg?style=plastic)
16-
17-
Most of the framework is implemented. Most noticeable is the missing analogWrite. While analogWrite is on it's way, there are a few other options that you can use:
18-
- 16 channels [LEDC](cores/esp32/esp32-hal-ledc.h) which is PWM
19-
- 8 channels [SigmaDelta](cores/esp32/esp32-hal-sigmadelta.h) which uses SigmaDelta modulation
20-
- 2 channels [DAC](cores/esp32/esp32-hal-dac.h) which gives real analog output
21-
2212
## Installation Instructions
2313
- Using Arduino IDE Boards Manager (preferred)
2414
+ [Instructions for Boards Manager](docs/arduino-ide/boards_manager.md)
@@ -42,7 +32,6 @@ Before reporting an issue, make sure you've searched for similar one that was al
4232

4333
Finally, if you're sure no one else had the issue, follow the [ISSUE_TEMPLATE](docs/ISSUE_TEMPLATE.md) while reporting any issue.
4434

45-
4635
## ESP32Dev Board PINMAP
4736

4837
![Pin Functions](docs/esp32_pinmap.png)

0 commit comments

Comments
 (0)