Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
function_utilities/function_utilities.h
- Committer:
- Lightvalve
- Date:
- 2019-08-27
- Revision:
- 13:747daba9cf59
- Parent:
- 11:82d8768d7351
- Child:
- 16:903b5a4433b4
File content as of revision 13:747daba9cf59:
#ifndef _FUNCTION_UTILITIES_H
#define _FUNCTION_UTILITIES_H
double dabs(double tx);
double change_int_to_efloat(int input);
void make_delay(void);
void ROM_RESET_DATA(void);
void ROM_CALL_DATA(void);
void ROM_INIT_DATA(void);
void ENC_UPDATE(void);
void ENC_SET_ZERO(void);
void ENC_SET(int32_t value);
void VALVE_POSITION_INIT(void);
void VALVE_PWM(int pwm, double vol_max, double vol_in);
#endif