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.
Fork of BAE_b4hw_test by
ACS.h@8:6d856d863537, 2015-03-04 (annotated)
- Committer:
- sakthipriya
- Date:
- Wed Mar 04 18:14:01 2015 +0000
- Revision:
- 8:6d856d863537
- Parent:
- 5:4199c0dfed33
with i2c
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
raizel_varun | 0:ebdf4f859dca | 1 | #include "mbed.h" |
raizel_varun | 0:ebdf4f859dca | 2 | #include "math.h" |
raizel_varun | 0:ebdf4f859dca | 3 | |
raizel_varun | 0:ebdf4f859dca | 4 | void FUNC_ACS_GENPWM(float *); |
raizel_varun | 0:ebdf4f859dca | 5 | float * FUNC_ACS_MAG_EXEC(void); |
raizel_varun | 0:ebdf4f859dca | 6 | void FUNC_ACS_MAG_INIT(); |
raizel_varun | 0:ebdf4f859dca | 7 | //void Read_data_acs() |
sakthipriya | 8:6d856d863537 | 8 | void moment_calc (float* , float* , float* ); |
sakthipriya | 8:6d856d863537 | 9 | void FUNC_ACS_CNTRLALGO(float*,float*,float a[]); |
raizel_varun | 0:ebdf4f859dca | 10 | float * FUNC_ACS_EXEC_GYR(); |
raizel_varun | 0:ebdf4f859dca | 11 | void FUNC_ACS_INIT_GYR(); |
sakthipriya | 5:4199c0dfed33 | 12 |