schoolpost / BlueMagic32

Arduino ESP32 Library for connecting to Blackmagic Cameras using Bluetooth Low Energy.
GNU Lesser General Public License v2.1
93 stars 17 forks source link

change getShutter, add getFormatFlags and setFormatFlags #3

Closed IllimarR closed 4 years ago

IllimarR commented 4 years ago
IllimarR commented 4 years ago

Small int to float fix update.

schoolpost commented 4 years ago

Changes:

  • getShutter changed to float
  • added getFormatFlags() and setFormatFlags()

Hadn't quite thought to use float for this, I presumse this is to preserve decimals with shutter angles like 172.8? which would be displayed as 172 currently?

IllimarR commented 4 years ago

Yes, thats correct, they are currently shown incorrectly and there are multiple different shutter angles what have decimals.