Jump to content
  • 0

functions of pmod acl


Pujith Krishna

Question

In the code , there are many predefined functions and header files like...

ACL_SetMeasure(&acl, 0);
ACL_SetGRange(&acl, ACL_PAR_GRANGE_PM4G);
ACL_SetMeasure(&acl, 1);
ACL_CalibrateOneAxisGravitational(&acl, ACL_PAR_AXIS_ZP);

ACL_ReadAccelG(&acl, &x, &y, &z);

#include "xparameters.h"
#include "xil_cache.h"
#include "PmodACL.h"

where can we find these functions in header files....and can u provide any reference for this 

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...