RPICTlib: Difference between revisions
Jump to navigation
Jump to search
Line 6: | Line 6: | ||
** ADC Reference can now be set. (Needed for RPICT7V1 Version 4). | ** ADC Reference can now be set. (Needed for RPICT7V1 Version 4). | ||
** Various code optimisation. | ** Various code optimisation. | ||
** CurrentNode now called SignalNode (We figured out this can equally measure Voltage as well). | |||
* '''V1.0.1''' | * '''V1.0.1''' | ||
** Modified timing control. Now uses better sync checks. | ** Modified timing control. Now uses better sync checks. |
Revision as of 13:51, 30 March 2019
Version History
- V1.1.0
- Frequency Support.
- ADC Reference can now be set. (Needed for RPICT7V1 Version 4).
- Various code optimisation.
- CurrentNode now called SignalNode (We figured out this can equally measure Voltage as well).
- V1.0.1
- Modified timing control. Now uses better sync checks.
- Added support for computing Irms alone with PowerNode class. Was missing on previous version.
- mcp3208 now reading a bit faster. Using full bit banging now.
- V1.0.0
- Initial version