-
Notifications
You must be signed in to change notification settings - Fork 415
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
Release v76 #345
Release v76 #345
Conversation
- gpioWaveCreatePad takes three arguments: %CB, %BOOL, %TOOL - gpioWaveCreatePad checks range of arguments - gpioWaveCreatePad checks dimension of wave fits inside padding - wave2Cbs takes three arguments: numCB, numBOOL, numTOOL - socket command PI_CMD_WVCAP is variadic
Synchronize develop branch with master.
@joan2937 , are there any other updates that you would like to include in this release? Some potential candidates for your consideration: |
I would leave them out of 76 but put them straight in to the next putative release. They look like the sort of changes which will be okay as long as the existing tests pass. I wouldn't stress about them either way because they should each be easy to revert if they cause a problem. |
Good suggestion - I'll start a new draft release after 76 so we can begin to vet the changes. Last question on v76 - After generating the docs I just committed all files. Every time I ran |
The DOC/tmp directory should be .gitignored. All but the pigpio.sqlite file in DOC/dbase should be .gitignored. The backups will be purged eventually (by bin/purge.sh). They are probably no longer required as the sources are now in git. DOC/MAN can be .gitignored (all files are auto generated). DOC/HTLM/*.html can be .gitignored (files are auto generated).
|
New APIs:
gpioWaveCreatePad
(pigpio C I/F)wave_create_and_pad
(Python module and pigpiod C I/F)wvcap
(pigs)Closes PR #329 and Issue #126