Added calibration setpoints
git-svn-id: https://svn.vbchaos.nl/svn/hsb/trunk@417 05563f52-14a8-4384-a975-3d1654cca0fa
This commit is contained in:
@@ -11,9 +11,9 @@
|
||||
// Email: support@microkey.nl
|
||||
// Web: www.microkey.nl
|
||||
// -----------------------------------------------------------------------------
|
||||
/// $Revision: $
|
||||
/// $Author: $
|
||||
/// $Date: $
|
||||
/// $Revision$
|
||||
/// $Author$
|
||||
/// $Date$
|
||||
// (c) 2015 Micro-Key bv
|
||||
// -----------------------------------------------------------------------------
|
||||
|
||||
@@ -36,7 +36,8 @@
|
||||
#include "PIDParameters.h"
|
||||
#include "PIN.h"
|
||||
|
||||
#include "CachedStorage.h"
|
||||
#include "MemoryDevice.h"
|
||||
|
||||
|
||||
// -----------------------------------------------------------------------------
|
||||
// Constant and macro definitions
|
||||
@@ -64,7 +65,7 @@
|
||||
* @todo
|
||||
* -----------------------------------------------------------------------------
|
||||
*/
|
||||
extern ErrorStatus DeviceParameters_construct(struct CachedStorage* parametersStorage, struct MemoryDevice* memoryDevice);
|
||||
extern ErrorStatus DeviceParameters_construct(struct MemoryDevice* memoryDevice);
|
||||
|
||||
|
||||
/** ----------------------------------------------------------------------------
|
||||
@@ -121,6 +122,8 @@ extern struct PIN* DeviceParameters_getPIN(void);
|
||||
extern void DeviceParameters_saveParameters(void);
|
||||
|
||||
ErrorStatus DeviceParameters_writePIDParameters(struct PIDParameters* parameters);
|
||||
|
||||
|
||||
ErrorStatus DeviceParameters_writePIN(struct PIN* pin);
|
||||
|
||||
#endif /* DEVICEPARAMETERS_H_ */
|
||||
|
||||
Reference in New Issue
Block a user