mit-cml / appinventor-extensions

Source code of extensions published for MIT App Inventor
Apache License 2.0
86 stars 94 forks source link

Implement Float10 read/write functionality for BLE #18

Open ewpatton opened 5 years ago

ewpatton commented 5 years ago

We use float base 2 parsing in the various read/write calls for float. Some devices prefer to use float base 10 instead (BLE spec allows for both representations). We should add support for base 2 or base 10 parsing to make it easier to interact with devices using the base 10 representation.