You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm looking to make the RFO driver resistance for the ST35R39 configurable, because it looks like we need a different value for our project, but I have a question about the approach.
Currently it is set to a fixed value in the mode_on() function. This means the the value is set every time card polling is started. Is there a specific reason to do this every time, or could it be simplified to set it once during initialization?
The latter case would allow for a slightly cleaner way to make this configurable. I can't find anything in the documentation to suggest it needs to be set every time, but if anyone knows this do be different I'd like to hear that before breaking things. If it's just there for historical reasons it could try to do some testing to determine of it ever gets changed.
The text was updated successfully, but these errors were encountered:
I'm looking to make the RFO driver resistance for the ST35R39 configurable, because it looks like we need a different value for our project, but I have a question about the approach.
Currently it is set to a fixed value in the mode_on() function. This means the the value is set every time card polling is started. Is there a specific reason to do this every time, or could it be simplified to set it once during initialization?
The latter case would allow for a slightly cleaner way to make this configurable. I can't find anything in the documentation to suggest it needs to be set every time, but if anyone knows this do be different I'd like to hear that before breaking things. If it's just there for historical reasons it could try to do some testing to determine of it ever gets changed.
The text was updated successfully, but these errors were encountered: