Chris Styles / Mbed 2 deprecated aaaaa_ISPREFLASH

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers Helper.h Source File

Helper.h

00001 void DutUsbPowerUp (void);
00002 void DutUsbPowerDown (void);
00003 
00004 void DutUsbConnect (void);
00005 void DutUsbDisconnect (void);
00006 
00007 void DutVinPowerUp (void);
00008 void DutVinPowerDown (void);
00009 
00010 void DutReset (int value);
00011 void DutVB (int value);
00012 
00013 void DutISPConnect (void);
00014 void DutISPDisconnect (void);
00015 
00016 void Beep (int Hz,float time);
00017 
00018 void DutBufferFlush (void);
00019 
00020 extern int JigData;