Normalize line endings (CRLF to LF)

This commit is contained in:
2026-05-07 09:00:36 +02:00
parent 604c8a3eaf
commit 47631f4de4
64 changed files with 11061 additions and 11053 deletions
+25 -25
View File
@@ -1,25 +1,25 @@
/*
* Seconds.h
*
* Created on: 10.09.2020
* Author: flori
*/
#ifndef SECONDS_H_
#define SECONDS_H_
#include "Arduino.h"
class Seconds
{
public:
static uint32_t Get();
private:
static uint32_t lastMillisShifted;
static uint32_t seconds;
static uint32_t secondsOverflow;
static volatile boolean semaphore;
};
#endif /* SECONDS_H_ */
/*
* Seconds.h
*
* Created on: 10.09.2020
* Author: flori
*/
#ifndef SECONDS_H_
#define SECONDS_H_
#include "Arduino.h"
class Seconds
{
public:
static uint32_t Get();
private:
static uint32_t lastMillisShifted;
static uint32_t seconds;
static uint32_t secondsOverflow;
static volatile boolean semaphore;
};
#endif /* SECONDS_H_ */