rusefi/firmware/controllers/settings.h

23 lines
521 B
C
Raw Normal View History

2015-07-10 06:01:56 -07:00
/**
* @file settings.h
* @brief This file is about configuring engine via the human-readable protocol
*
* @date Dec 30, 2012
2020-01-13 18:57:43 -08:00
* @author Andrey Belomutskiy, (c) 2012-2020
2015-07-10 06:01:56 -07:00
*/
2020-01-26 10:58:47 -08:00
#pragma once
2015-07-10 06:01:56 -07:00
2023-10-26 12:52:56 -07:00
void initSettings();
void printSpiState();
void printConfiguration();
2023-10-26 12:52:56 -07:00
void scheduleStopEngine();
2022-08-25 19:09:22 -07:00
2019-04-29 22:21:09 -07:00
void printTPSInfo(void);
void setEngineTypeAndSave(int value);
void setEngineType(int value, bool isWriteToFlash = true);
2021-08-21 21:00:20 -07:00
void readPin(const char *pinName);
void printDateTime();
void setDateTime(const char * const isoDateTime);