This is the DDRO software we write to operate the chip

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers power_up.h Source File

power_up.h

00001 #include "mbed.h"
00002 
00003 void powerUp(double voltage);
00004 void powerDown();
00005 void powerReset();
00006 void debugPower();