Skip to content

Commit

Permalink
notes
Browse files Browse the repository at this point in the history
  • Loading branch information
YannLocatelli committed Jan 22, 2024
1 parent 0659d20 commit d423ad2
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions libs/BLEKit/include/BLEServiceMonitoring.h
Original file line number Diff line number Diff line change
Expand Up @@ -119,3 +119,19 @@ class BLEServiceMonitoring : public interface::BLEService
};

} // namespace leka

/*
https://stackoverflow.com/questions/474007/floating-point-to-binary-valuec
https://zestedesavoir.com/billets/4199/ieee-754-quand-votre-code-prend-la-float/
https://www.h-schmidt.net/FloatConverter/IEEE754.html
https://developer.apple.com/documentation/swift/floatingpoint
https://en.cppreference.com/w/cpp/utility/variant
https://stackoverflow.com/questions/41161034/how-to-convert-bytes-to-a-float-value-in-swift
https://stackoverflow.com/questions/43517629/how-to-parse-a-float-sent-by-a-bluetooth-device-in-swift
https://www.appsloveworld.com/swift/100/83/how-to-parse-a-float-sent-by-a-bluetooth-device-in-swift
*/

0 comments on commit d423ad2

Please sign in to comment.