8000 Merge branch 'master' of https://github.com/stickbreaker/arduino-esp32 · tomgco/arduino-esp32@d7d4c1d · GitHub
[go: up one dir, main page]

Skip to content

Commit d7d4c1d

Browse files
committed
2 parents a153f6a + 798e73b commit d7d4c1d

File tree

11 files changed

+1890
-319
lines changed

11 files changed

+1890
-319
lines changed

README.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,18 @@
1212
- [ESP32Dev Board PINMAP](#esp32dev-board-pinmap)
1313

1414
## Development Status
15-
Most of the framework is implemented. Most noticable is the missing analogWrite. While analogWrite is on it's way, there are a few other options that you can use:
16-
- 16 channels [LEDC](cores/esp32/esp32-hal-ledc.h) which is PWM
17-
- 8 channels [SigmaDelta](cores/esp32/esp32-hal-sigmadelta.h) which uses SigmaDelta modulation
18-
- 2 channels [DAC](cores/esp32/esp32-hal-dac.h) which gives real analog output
15+
- Most of the framework is implemented.
16+
- Differences:
17+
- `Wire()` for deeper explanation [README.md](libraries/Wire/docs/README.md)
18+
- 64k-1 data transfers
19+
- Special handling for sendStop=false
20+
- Missing:
21+
- `analogWrite()` While analogWrite is on it's way, there are a few other options that you can use:
22+
- 16 channels [LEDC](cores/esp32/esp32-hal-ledc.h) which is PWM
23+
- 8 channels [SigmaDelta](cores/esp32/esp32-hal-sigmadelta.h) which uses SigmaDelta modulation
24+
- 2 channels [DAC](cores/esp32/esp32-hal-dac.h) which gives real analog output
25+
- `Wire.onReceive()`
26+
- `Wire.onRequest()`
1927

2028
## Installation Instructions
2129

0 commit comments

Comments
 (0)
0