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_FRDM_INTEGRATION by
ACS.h@8:667fbc82d634, 2014-12-15 (annotated)
- Committer:
- greenroshks
- Date:
- Mon Dec 15 05:58:23 2014 +0000
- Revision:
- 8:667fbc82d634
- Parent:
- 0:8b0d43fe6c05
BAE FINAL INTEGRATED (may be)
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| greenroshks | 0:8b0d43fe6c05 | 1 | #include "mbed.h" |
| greenroshks | 8:667fbc82d634 | 2 | #include "math.h" |
| greenroshks | 0:8b0d43fe6c05 | 3 | |
| greenroshks | 8:667fbc82d634 | 4 | void FUNC_ACS_GENPWM(float *); |
| greenroshks | 8:667fbc82d634 | 5 | float * FUNC_ACS_MAG_EXEC(void); |
| greenroshks | 8:667fbc82d634 | 6 | void FUNC_ACS_MAG_INIT(); |
| greenroshks | 8:667fbc82d634 | 7 | //void Read_data_acs() |
| greenroshks | 8:667fbc82d634 | 8 | float * FUNC_ACS_CNTRLALGO(float*,float*); |
| greenroshks | 8:667fbc82d634 | 9 | float * FUNC_ACS_EXEC_GYR(); |
| greenroshks | 8:667fbc82d634 | 10 | void FUNC_ACS_INIT_GYRO(); |
