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.
Dependents: Orange_Ferrari_board_functional
power.h
- Committer:
- liangzhen
- Date:
- 2013-10-21
- Revision:
- 1:6a820a0ca03b
- Parent:
- 0:84a8bcfbdec9
File content as of revision 1:6a820a0ca03b:
#include "dac.h" void power_up(float core_volt); void power_core(float core_volt); //float current_meas(bool core); void power_down();