From 1478430f03386391b1af133eb135e63ce7796ccc Mon Sep 17 00:00:00 2001
From: Magnus Persson Contents: VSCode plugin: Minify (used to minimise the html files) I use pre-commit and their cpp style checks to validate the code. Plugin defintions are found in .pre-commit-config.yaml Note There is not yet any automatic checks since this does not work on Windows. It works if running under WSL2 with Ubuntu. In the repository there are 3 targets defined Contents: Contents: Contents: Use the temperature sensor in the gyro instead of DS18B20 This works fine when the device has time to cool down between measurements and it saves a few milliseconds (reduced battery consumption). My testing shows that this is quite accurate. This works fine when the device has time to cool down between measurements and it saves a few milliseconds (reduced battery consumption). My testing shows that this is quite accurate.
+There is lots of battery power to save, reading the temp sensor takes almost as long as the gyro. This could reduce the run time by 40-50% and probly extend battery life with the same.
+However more testing is required. Might add this as an option in the UI.
+
+Code Formatting
+Targets
+
diff --git a/docs/contributing.html b/docs/contributing.html
index 5e86bce..72cb1f5 100644
--- a/docs/contributing.html
+++ b/docs/contributing.html
@@ -39,6 +39,7 @@
+
+
Experimental features
Contents: