Releases: Pixelbo/Pelco_And_Arduino
Some bug fixes
V2.3.0
PelcoBus logs the version in the Serial Console
Lots of bugs fixes thanks to jumjack!
Full Changelog: V2.2.0...V2.3.0
A new version!
So after a lot of changes this library features class for the bus and camera.
There is still a problem about the acknowledge but the camera is moving very well
Some major changes
Yes it jumped from 1.1 to 2.1 because commits are version to me
You can now have a camera struct:
declare it with PelcoBus::PelcoCam
and change it's setting (address and disable ack)
Also the main class is now for all the Pelco bus so it can run multiple camera
You can also disable acknowledge, useful when you are working with cameras with RS422 and uses 2 pair of cables but you have only 1
Full Changelog: V1.1.0...V2.1.0
Some minors changes
More debug options
RX and TX swapped in the declaration of the object
Updated examples
Added a file for the protocols and the errors
First Release!
Fully functioning Pelco D protocol with more to go!
What's Changed
Well everything is working!
If you want explanation, see the hackaday blog!
Full Changelog: https://github.com/Pixelbo/Pelco_And_Arduino/commits/V1.0.0