mbed code for Farrari board

Dependencies:   DDRO_Farrari mbed

Fork of DDRO_Farrari by Liangzhen Lai

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers power.h Source File

power.h

00001 #include "dac.h"
00002 
00003 void power_up(float core_volt);
00004 void power_core(float core_volt);
00005 
00006 //float current_meas(bool core);
00007 void power_down();