Skip to content

v1.2.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 13 Sep 19:03
1306e69

Spinnaker v1.2.0

Diff since v1.1.2

  • Expanded DigitalIO functions
  • Deprecated some DigitalIO functions that were missing !
    • line_mode(::Camera, state::Symbol) -> line_mode!(::Camera, state::Symbol)
    • v3_3_enable(::Camera, state::Bool) -> v3_3_enable!(::Camera, state::Bool)

Merged pull requests:

  • Expand digitalio functions. Deprecate non ! mutating function names (#93) (@IanButterworth)