mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2026-08-22 07:29:03 +00:00
Extract calculation of temperature from raw sensor value.
This commit is contained in:
@@ -93,6 +93,7 @@ public:
|
||||
void paint(Painter& painter) override;
|
||||
|
||||
private:
|
||||
int32_t temperature(const uint32_t sensor_value);
|
||||
};
|
||||
|
||||
class TemperatureView : public View {
|
||||
|
||||
Reference in New Issue
Block a user