19 lines
258 B
C
19 lines
258 B
C
|
/*
|
||
|
* peripheral.h
|
||
|
*
|
||
|
* Created: 19.10.2020 18:08:27
|
||
|
* Author: netz
|
||
|
*/
|
||
|
|
||
|
|
||
|
#ifndef PERIPHERAL_H_
|
||
|
#define PERIPHERAL_H_
|
||
|
|
||
|
namespace {
|
||
|
//Programm settings
|
||
|
extern int const settings_prog_delay_plus = 5000;
|
||
|
}
|
||
|
|
||
|
|
||
|
|
||
|
#endif /* PERIPHERAL_H_ */
|