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.
Dependencies: mcp2515 mbed-dev-f303
Diff: DATA_BOARD/data_board.h
- Revision:
- 4:2503c88a564f
- Parent:
- 0:d80c66cb1b3a
- Child:
- 5:902ba9999d6c
diff -r 940a9e40d327 -r 2503c88a564f DATA_BOARD/data_board.h --- a/DATA_BOARD/data_board.h Wed Jun 30 12:15:37 2021 +0000 +++ b/DATA_BOARD/data_board.h Tue Jan 11 02:19:55 2022 +0000 @@ -37,6 +37,17 @@ //////////////////////////////////////////////////////////////////////////////// + + +extern AnalogIn LaLi_pf; +extern AnalogIn LaLi_df; +extern AnalogIn LaLi_df1; + +extern float La_pf_real, La_df_real,La_df1_real; +extern float Ffilter_pf[10 + 2]; +extern float pf_filter ; +extern float F_pf; + #endif