8000 Update a03-library-does-not-work.rst by SConaway · Pull Request #4971 · esp8266/Arduino · GitHub
[go: up one dir, main page]

Skip to content

Update a03-library-does-not-work.rst #4971

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jul 29, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update a03-library-does-not-work.rst
  • Loading branch information
SConaway authored Jul 28, 2018
commit 8520f1ca5eb1ec853718c7c1591eba6fcdda7e9b
2 changes: 1 addition & 1 deletion doc/faq/a03-library-does-not-work.rst
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Functionality Issues
integers are 16 bit, and on ESPs they are 32 bit (just like on ARM).

*Issue:* Some device with time critical control like a servo drive or a
strip pf LEDs does not operate smoothly and tends to randomly change
strip of LEDs does not operate smoothly and tends to randomly change
position or displayed pattern.

*Solution:*: Check for usage of interrupts that may get in conflict with
Expand Down
0