From 75154ebdfbbfe7a04d21d910254058a757d2eef6 Mon Sep 17 00:00:00 2001 From: David Phillips Date: Sun, 20 Dec 2020 22:22:17 +1300 Subject: Use float-enabled printf implementation I hadn't realised there is a float-enabled printf implementation in AVR libc, so let's use that instead of our own hack. --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitmodules (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..694f6ad --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "BMP3-Sensor-API"] + path = BMP3-Sensor-API + url = https://github.com/BoschSensortec/BMP3-Sensor-API -- cgit v1.1