Subversion Repositories Projects

Compare Revisions

Ignore whitespace Rev 1703 → Rev 1704

/FollowMe/branch/FollowMe_V0.2b/settings.h
0,0 → 1,20
#ifndef _SETTINGS_H
#define _SETTINGS_H
 
typedef enum
{
PID_KML_LOGGING,
PID_GPX_LOGGING,
PID_FOME_INTERV,
PID_CELLUNDERVO,
PID_FOLLOWSPEED,
PID_TOLERANCERA
} ParamId_t;
 
void Settings_Init(void);
void Settings_SetDefaultValues(void);
uint8_t Settings_GetParamValue(ParamId_t Pid, uint16_t* pValue);
 
#endif // _SETTINGS_H