-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
PCF8591 does not support DA conversion #1281
Comments
I have tried to add another pin to expander, with ANALOG OUT capability. I think you don't want to name it this way, but rather PWM? I have absolutely no idea if this is the correct way to implement it, but so far it seems to do what I need. I haven't tested whether I have not broken something, for example ANALOG IN features.
example of usage:
|
Created pull request #1285 |
I'm not sure if it's a good idea to reuse the PWM pin mode to configure pins for PWM or DAC. Maybe Johnny-Five should have a new pin mode for DAC. That being said, introducing a new pin mode is almost certainly an non-trivial task. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
I would like to use PCF8591 as a DA converter. I have found that it is already supported as an expander, but it seems that only its AD capabilities are implemented.
Am I missing something?
If it is correct, do you plan to support its DA feature soon? Or should I try implementing it myself?
The text was updated successfully, but these errors were encountered: