-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name=PPMEncoder | ||
version=0.2.0 | ||
author=Christopher Schirner <[email protected]> | ||
maintainer=Christopher Schirner <[email protected]> | ||
version=0.3.0 | ||
author=Christopher Schirner <[email protected]> | ||
maintainer=Christopher Schirner <[email protected]> | ||
sentence=A library to encode/generate a PPM signal for controlling RC Cars, etc... | ||
paragraph=Easy PPM Signal generator | ||
category=Signal Input/Output | ||
|
3288f5b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hai I try to compile the lib on a EPS32 board and I get a warning that the lib is incompatible with the architecture
do you have a version that will run on a EPS32? Thanks in advantage
3288f5b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why do you comment a single commit? Im confused.
I've never tried esp32... but without the warning/error message, I can't help. Please create an issue and don't comment a random commit. thx
3288f5b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
3288f5b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
3288f5b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
3288f5b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @jnivard . Thx for the error messages. It looks like the interrupts are renamed on ESP32.
I will try to find the corresponding later and provide a update for that.