LapCounter finished and working
This commit is contained in:
@@ -2,10 +2,12 @@
|
||||
// Copyright (C) 2026 Association Exergie <association.exergie@gmail.com>
|
||||
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||
#pragma once
|
||||
#include <inttypes.h>
|
||||
|
||||
extern volatile float vbat_global;
|
||||
extern volatile float teng_global;
|
||||
extern volatile int gps_trigger_global;
|
||||
extern volatile uint32_t last_lap_time_global;
|
||||
|
||||
void vbatGlobalRead(float& out);
|
||||
void vbatGlobalWrite(const float& in);
|
||||
@@ -15,3 +17,6 @@ void tengGlobalWrite(const float& in);
|
||||
|
||||
void gpsTriggerGlobalRead(int& out);
|
||||
void gpsTriggerGlobalWrite(const int& in);
|
||||
|
||||
void lastLapTimeGlobalRead(uint32_t& in);
|
||||
void lastLapTimeGlobalWrite(const uint32_t& out);
|
||||
|
||||
Reference in New Issue
Block a user