- fixed baudrate calculation [Bootloader] - set baudrate top 115200 [HendiCtrl] - set baudrate top 115200 - revised and fixed command interpreter - added new commands: SW_VERSION, SW_IDENTIFIER, DEBUG on/on, Remote enter, Remote exit - oven is switched off on entering / exiting remote git-svn-id: http://moon:8086/svn/projects/HendiControl@173 fda53097-d464-4ada-af97-ba876c37ca34
14 lines
186 B
C
14 lines
186 B
C
/*
|
|
* machine.h
|
|
*
|
|
* Created: 03.03.2019 09:21:56
|
|
* Author: Jens
|
|
*/
|
|
|
|
|
|
#ifndef MACHINE_H_
|
|
#define MACHINE_H_
|
|
|
|
#define F_CPU (18432000UL) // MHz
|
|
|
|
#endif /* MACHINE_H_ */ |