I'm working on a project where I get a log back from an BLE device.
<37290000 00000000 0000>
This log contains the epochtime, a light value and a UV value. Now is my question, what is the best way to split this up?
I use the following code to get the above print:
print(data as NSData)