I messed up the merge, so pushing it over to another repo so I don't lose it. Will tidy up and remove later

Dependencies:   BufferedSerial FatFileSystemCpp mbed

Revision:
3:14d241e29be3
Parent:
2:a79201e302d7
Child:
8:961bb15570a1
--- a/position.h	Mon Jan 18 09:15:04 2021 +0000
+++ b/position.h	Thu Jan 28 15:13:05 2021 +0000
@@ -13,6 +13,9 @@
   float pitch;
   float yaw;
   int ID;
+  uint32_t focus;
+  uint16_t iris;
+  uint16_t zoom;
 
     static bool interp(position* output, position *pos1, position *pos2);
     static float interpAngle(float value1, float weight1, float value2, float weight2);