technocreatives / sim7000

Rust drivers for the SIM7000 series of modems
Apache License 2.0
17 stars 7 forks source link

Avoid using FromStr for parsing floats #59

Open hulthe opened 5 months ago

hulthe commented 5 months ago

f32s FromStr impl is very bloated, although probably faster than this solution. This solution results in about 18KB less flash usage for the nrf sample crate though.